diff options
author | djm <> | 2009-01-09 12:16:58 +0000 |
---|---|---|
committer | djm <> | 2009-01-09 12:16:58 +0000 |
commit | 4e44f026fb3097b0f0c5c69d32f49ea214a4518f (patch) | |
tree | 0d46a28fc47d821f39d825e8db6cc6c2ebf5592c /src/lib/libssl/crypto/arch/sparc | |
parent | eef32868c6aa961f0ae29b5a113d0690dc4db25e (diff) | |
download | openbsd-4e44f026fb3097b0f0c5c69d32f49ea214a4518f.tar.gz openbsd-4e44f026fb3097b0f0c5c69d32f49ea214a4518f.tar.bz2 openbsd-4e44f026fb3097b0f0c5c69d32f49ea214a4518f.zip |
adjust Makefile and crank major for openssl-0.9.8j
Diffstat (limited to 'src/lib/libssl/crypto/arch/sparc')
-rw-r--r-- | src/lib/libssl/crypto/arch/sparc/opensslconf.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lib/libssl/crypto/arch/sparc/opensslconf.h b/src/lib/libssl/crypto/arch/sparc/opensslconf.h index ef50032293..7682683384 100644 --- a/src/lib/libssl/crypto/arch/sparc/opensslconf.h +++ b/src/lib/libssl/crypto/arch/sparc/opensslconf.h | |||
@@ -16,6 +16,9 @@ | |||
16 | #ifndef OPENSSL_NO_GMP | 16 | #ifndef OPENSSL_NO_GMP |
17 | # define OPENSSL_NO_GMP | 17 | # define OPENSSL_NO_GMP |
18 | #endif | 18 | #endif |
19 | #ifndef OPENSSL_NO_JPAKE | ||
20 | # define OPENSSL_NO_JPAKE | ||
21 | #endif | ||
19 | #ifndef OPENSSL_NO_KRB5 | 22 | #ifndef OPENSSL_NO_KRB5 |
20 | # define OPENSSL_NO_KRB5 | 23 | # define OPENSSL_NO_KRB5 |
21 | #endif | 24 | #endif |