summaryrefslogtreecommitdiffstats
path: root/secure/lib/libcrypto/opensslconf-amd64.h
diff options
context:
space:
mode:
authorsimon <simon@FreeBSD.org>2009-06-14 19:46:18 +0000
committersimon <simon@FreeBSD.org>2009-06-14 19:46:18 +0000
commit55bfce5e08a8fe3ddb5834f27ad6d8e0172bc0c6 (patch)
tree30040a1efb7e00d939e1bb52055acd92ff1ea1b7 /secure/lib/libcrypto/opensslconf-amd64.h
parent5fb395764b4b691c877e526b4e65bbedb5cb67c7 (diff)
downloadFreeBSD-src-55bfce5e08a8fe3ddb5834f27ad6d8e0172bc0c6.zip
FreeBSD-src-55bfce5e08a8fe3ddb5834f27ad6d8e0172bc0c6.tar.gz
Update build infrastructure for OpenSSL 0.9.8k.
Diffstat (limited to 'secure/lib/libcrypto/opensslconf-amd64.h')
-rw-r--r--secure/lib/libcrypto/opensslconf-amd64.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/secure/lib/libcrypto/opensslconf-amd64.h b/secure/lib/libcrypto/opensslconf-amd64.h
index cc0dde1..b40e28f 100644
--- a/secure/lib/libcrypto/opensslconf-amd64.h
+++ b/secure/lib/libcrypto/opensslconf-amd64.h
@@ -5,10 +5,22 @@
/* OpenSSL was configured with the following options: */
#ifndef OPENSSL_DOING_MAKEDEPEND
+/* Disabled by default in OpenSSL 0.9.8. */
+#ifndef OPENSSL_NO_CMS
+# define OPENSSL_NO_CMS
+#endif
+/* Disabled by default in OpenSSL 0.9.8. */
+#ifndef OPENSSL_NO_SEED
+# define OPENSSL_NO_SEED
+#endif
/* libgmp is not in the FreeBSD base system. */
#ifndef OPENSSL_NO_GMP
# define OPENSSL_NO_GMP
#endif
+/* jpake is marked experimental in OpenSSL 0.9.8. */
+#ifndef OPENSSL_NO_JPAKE
+# define OPENSSL_NO_JPAKE
+#endif
/* The Kerberos 5 support is MIT-specific. */
#ifndef OPENSSL_NO_KRB5
# define OPENSSL_NO_KRB5
OpenPOWER on IntegriCloud