From 55bfce5e08a8fe3ddb5834f27ad6d8e0172bc0c6 Mon Sep 17 00:00:00 2001 From: simon Date: Sun, 14 Jun 2009 19:46:18 +0000 Subject: Update build infrastructure for OpenSSL 0.9.8k. --- secure/lib/libcrypto/opensslconf-mips.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'secure/lib/libcrypto/opensslconf-mips.h') 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 -- cgit v1.1