~ubuntu-branches/ubuntu/karmic/dkim-milter/karmic

« back to all changes in this revision

Viewing changes to libdkim/t-test95.c

  • Committer: Bazaar Package Importer
  • Author(s): Scott Kitterman
  • Date: 2009-01-17 00:27:13 UTC
  • mfrom: (1.1.13 upstream)
  • Revision ID: james.westby@ubuntu.com-20090117002713-j8roaq5b20r3iu7q
Tags: 2.8.1.dfsg-0ubuntu1
* New upstream release
  - Repacked tarball to remove non-free IETF internet drafts and RFCs

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
*/
5
5
 
6
6
#ifndef lint
7
 
static char t_test95_c_id[] = "@(#)$Id: t-test95.c,v 1.3 2008/04/08 22:50:40 msk Exp $";
 
7
static char t_test95_c_id[] = "@(#)$Id: t-test95.c,v 1.4 2008/07/22 20:51:17 msk Exp $";
8
8
#endif /* !lint */
9
9
 
10
10
/* system includes */
13
13
#include <string.h>
14
14
#include <stdio.h>
15
15
 
 
16
/* libsm includes */
 
17
#include <sm/gen.h>
 
18
 
16
19
/* libdkim includes */
17
20
#include "dkim.h"
18
21
#include "t-testdata.h"