summaryrefslogtreecommitdiffstats
path: root/secure/lib/libcrypto/opensslconf-mips.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-mips.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-mips.h')
-rw-r--r--secure/lib/libcrypto/opensslconf-mips.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/secure/lib/libcrypto/opensslconf-mips.h b/secure/lib/libcrypto/opensslconf-mips.h
index ff53f1c..d6debd7 100644
--- a/secure/lib/libcrypto/opensslconf-mips.h
+++ b/secure/lib/libcrypto/opensslconf-mips.h
@@ -9,6 +9,18 @@
#ifndef OPENSSL_NO_CAMELLIA
# define OPENSSL_NO_CAMELLIA
#endif
+/* 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
+/* jpake is marked experimental in OpenSSL 0.9.8. */
+#ifndef OPENSSL_NO_JPAKE
+# define OPENSSL_NO_JPAKE
+#endif
/* libgmp is not in the FreeBSD base system. */
#ifndef OPENSSL_NO_GMP
# define OPENSSL_NO_GMP
OpenPOWER on IntegriCloud