diff options
author | simon <simon@FreeBSD.org> | 2009-06-14 19:46:18 +0000 |
---|---|---|
committer | simon <simon@FreeBSD.org> | 2009-06-14 19:46:18 +0000 |
commit | 55bfce5e08a8fe3ddb5834f27ad6d8e0172bc0c6 (patch) | |
tree | 30040a1efb7e00d939e1bb52055acd92ff1ea1b7 /secure/lib/libcrypto/opensslconf-mips.h | |
parent | 5fb395764b4b691c877e526b4e65bbedb5cb67c7 (diff) | |
download | FreeBSD-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.h | 12 |
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 |