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-amd64.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'secure/lib/libcrypto/opensslconf-amd64.h') 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 -- cgit v1.1