--- src/secure/lib/libcrypto/opensslconf-amd64.h 2008/09/06 20:42:53 1.7 +++ src/secure/lib/libcrypto/opensslconf-amd64.h 2008/09/27 21:04:45 1.8 @@ -8,6 +8,9 @@ #ifndef OPENSSL_NO_CAMELLIA # define OPENSSL_NO_CAMELLIA #endif +#ifndef OPENSSL_NO_CAPIENG +# define OPENSSL_NO_CAPIENG +#endif #ifndef OPENSSL_NO_CMS # define OPENSSL_NO_CMS #endif @@ -52,6 +55,9 @@ # if defined(OPENSSL_NO_CAMELLIA) && !defined(NO_CAMELLIA) # define NO_CAMELLIA # endif +# if defined(OPENSSL_NO_CAPIENG) && !defined(NO_CAPIENG) +# define NO_CAPIENG +# endif # if defined(OPENSSL_NO_CMS) && !defined(NO_CMS) # define NO_CMS # endif