diff options
author | Damien Miller <djm@cvs.openbsd.org> | 2009-01-09 12:16:59 +0000 |
---|---|---|
committer | Damien Miller <djm@cvs.openbsd.org> | 2009-01-09 12:16:59 +0000 |
commit | 15f088d2b2a07deff2a14d95cbc92153c60baf59 (patch) | |
tree | 03ea4171fe27c0a53debb8907cdc37b1943d1c2a /lib/libssl/crypto/arch/i386/opensslconf.h | |
parent | dce87c3df485b76381c894f941c7702ab965c736 (diff) |
adjust Makefile and crank major for openssl-0.9.8j
Diffstat (limited to 'lib/libssl/crypto/arch/i386/opensslconf.h')
-rw-r--r-- | lib/libssl/crypto/arch/i386/opensslconf.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/libssl/crypto/arch/i386/opensslconf.h b/lib/libssl/crypto/arch/i386/opensslconf.h index b93cff97fcd..63ee314704c 100644 --- a/lib/libssl/crypto/arch/i386/opensslconf.h +++ b/lib/libssl/crypto/arch/i386/opensslconf.h @@ -16,6 +16,9 @@ #ifndef OPENSSL_NO_GMP # define OPENSSL_NO_GMP #endif +#ifndef OPENSSL_NO_JPAKE +# define OPENSSL_NO_JPAKE +#endif #ifndef OPENSSL_NO_KRB5 # define OPENSSL_NO_KRB5 #endif |