Please consider adding whether openssl is compiled with RFC3779 support to the version app.
Patch attached.
Cheers,
Rob
--
Robert Loomans Email: [EMAIL PROTECTED]
Programmer/Analyst, APNIC Phone: +61 7 3858 3100
http://www.apnic.net Fax: +61 7 3858 3199
Index: apps/version.c
===================================================================
RCS file:
/Volumes/Data/Users/robertl/src/openssl-cvsroot/openssl/apps/version.c,v
retrieving revision 1.18
diff -u -r1.18 version.c
--- apps/version.c 17 May 2004 19:05:32 -0000 1.18
+++ apps/version.c 4 Jun 2007 02:11:40 -0000
@@ -207,6 +207,9 @@
#ifndef OPENSSL_NO_BF
printf("%s ",BF_options());
#endif
+#ifndef OPENSSL_NO_RFC3779
+ printf("rfc3779 ");
+#endif
printf("\n");
}
if (cflags) printf("%s\n",SSLeay_version(SSLEAY_CFLAGS));
smime.p7s
Description: S/MIME cryptographic signature
