diff options
| author | sthen <> | 2012-07-11 11:02:48 +0000 |
|---|---|---|
| committer | sthen <> | 2012-07-11 11:02:48 +0000 |
| commit | a8d22c3b085aaf613fc71141cce019f992be182a (patch) | |
| tree | 15197f3f4be11e6c7eeff91993c7c7b3dbad50cb /src/lib/libssl/crypto/arch/vax/opensslconf.h | |
| parent | 9283e994e1f0fa8fea96e9052188e12290956ad3 (diff) | |
| download | openbsd-a8d22c3b085aaf613fc71141cce019f992be182a.tar.gz openbsd-a8d22c3b085aaf613fc71141cce019f992be182a.tar.bz2 openbsd-a8d22c3b085aaf613fc71141cce019f992be182a.zip | |
Disable SSLv2 in OpenSSL. No objections from djm.
Brad, jasper and naddy helped with test builds, fixing ports, etc.
Diffstat (limited to 'src/lib/libssl/crypto/arch/vax/opensslconf.h')
| -rw-r--r-- | src/lib/libssl/crypto/arch/vax/opensslconf.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/lib/libssl/crypto/arch/vax/opensslconf.h b/src/lib/libssl/crypto/arch/vax/opensslconf.h index c1fc4e5d11..7c7015c9b7 100644 --- a/src/lib/libssl/crypto/arch/vax/opensslconf.h +++ b/src/lib/libssl/crypto/arch/vax/opensslconf.h | |||
| @@ -37,6 +37,9 @@ | |||
| 37 | #ifndef OPENSSL_NO_SEED | 37 | #ifndef OPENSSL_NO_SEED |
| 38 | # define OPENSSL_NO_SEED | 38 | # define OPENSSL_NO_SEED |
| 39 | #endif | 39 | #endif |
| 40 | #ifndef OPENSSL_NO_SSL2 | ||
| 41 | # define OPENSSL_NO_SSL2 | ||
| 42 | #endif | ||
| 40 | #ifndef OPENSSL_NO_STORE | 43 | #ifndef OPENSSL_NO_STORE |
| 41 | # define OPENSSL_NO_STORE | 44 | # define OPENSSL_NO_STORE |
| 42 | #endif | 45 | #endif |
| @@ -87,6 +90,9 @@ | |||
| 87 | # if defined(OPENSSL_NO_SEED) && !defined(NO_SEED) | 90 | # if defined(OPENSSL_NO_SEED) && !defined(NO_SEED) |
| 88 | # define NO_SEED | 91 | # define NO_SEED |
| 89 | # endif | 92 | # endif |
| 93 | # if defined(OPENSSL_NO_SSL2) && !defined(NO_SSL2) | ||
| 94 | # define NO_SSL2 | ||
| 95 | # endif | ||
| 90 | # if defined(OPENSSL_NO_STORE) && !defined(NO_STORE) | 96 | # if defined(OPENSSL_NO_STORE) && !defined(NO_STORE) |
| 91 | # define NO_STORE | 97 | # define NO_STORE |
| 92 | # endif | 98 | # endif |
