## Process this file with automake to produce Makefile.in
-EXTRA_DIST = ChangeLog NEWS INSTALL README THANS COPYING
+EXTRA_DIST = ChangeLog NEWS INSTALL README THANKS COPYING
SUBDIRS = lib src doc
ChangeLog:
EXTRA_DIST = port.h prime.gaa crypt.gaa crypt-gaa.h README.crypt prime-gaa.h \
- README tpasswd tpasswd.conf Certificate.txt
+ README tpasswd tpasswd.conf pkcs1.asn pkix.asn
INCLUDES = -I../lib
}
if (gnutls_allocate_x509_sc(&x509_cred, CERTFILE, KEYFILE) < 0) {
- fprintf(stderr, "X509 PARSE ERROR\n");
+ fprintf(stderr, "X509 PARSE ERROR\nDid you have key.pem and cert.pem?\n");
exit(1);
}