diff options
author | Damien Miller <djm@cvs.openbsd.org> | 2009-01-05 21:36:40 +0000 |
---|---|---|
committer | Damien Miller <djm@cvs.openbsd.org> | 2009-01-05 21:36:40 +0000 |
commit | 79841ac0a054b32286723c02b02f5e2670f6d6c6 (patch) | |
tree | f109a1be5dc20be48eb36a5f389155cc4b321b7c /lib/libssl/crypto/arch/powerpc | |
parent | f19f82df8dd03357e90b7b87ed599b813b34b111 (diff) |
update to openssl-0.9.8i; tested by several, especially krw@
Diffstat (limited to 'lib/libssl/crypto/arch/powerpc')
-rw-r--r-- | lib/libssl/crypto/arch/powerpc/opensslconf.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/libssl/crypto/arch/powerpc/opensslconf.h b/lib/libssl/crypto/arch/powerpc/opensslconf.h index 94d322270bd..ef50032293d 100644 --- a/lib/libssl/crypto/arch/powerpc/opensslconf.h +++ b/lib/libssl/crypto/arch/powerpc/opensslconf.h @@ -7,6 +7,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 |