diff options
| author | djm <> | 2008-09-06 12:15:54 +0000 |
|---|---|---|
| committer | djm <> | 2008-09-06 12:15:54 +0000 |
| commit | f1625f274acf5dcd5601f6cb5e29e233b2a441a3 (patch) | |
| tree | 44899ddfbef8f24aacbea50086c041c1b150f6d6 /src/lib/libcrypto/opensslconf.h | |
| parent | 4f828b924f54507141fb95ebe49dfcd261945e85 (diff) | |
| download | openbsd-f1625f274acf5dcd5601f6cb5e29e233b2a441a3.tar.gz openbsd-f1625f274acf5dcd5601f6cb5e29e233b2a441a3.tar.bz2 openbsd-f1625f274acf5dcd5601f6cb5e29e233b2a441a3.zip | |
import of OpenSSL 0.9.8h
Diffstat (limited to '')
| -rw-r--r-- | src/lib/libcrypto/opensslconf.h | 52 | ||||
| -rw-r--r-- | src/lib/libcrypto/opensslconf.h.in | 1 |
2 files changed, 53 insertions, 0 deletions
diff --git a/src/lib/libcrypto/opensslconf.h b/src/lib/libcrypto/opensslconf.h index 492041bc7c..0850d4a693 100644 --- a/src/lib/libcrypto/opensslconf.h +++ b/src/lib/libcrypto/opensslconf.h | |||
| @@ -4,20 +4,71 @@ | |||
| 4 | /* OpenSSL was configured with the following options: */ | 4 | /* OpenSSL was configured with the following options: */ |
| 5 | #ifndef OPENSSL_DOING_MAKEDEPEND | 5 | #ifndef OPENSSL_DOING_MAKEDEPEND |
| 6 | 6 | ||
| 7 | #ifndef OPENSSL_NO_CAMELLIA | ||
| 8 | # define OPENSSL_NO_CAMELLIA | ||
| 9 | #endif | ||
| 10 | #ifndef OPENSSL_NO_CMS | ||
| 11 | # define OPENSSL_NO_CMS | ||
| 12 | #endif | ||
| 13 | #ifndef OPENSSL_NO_GMP | ||
| 14 | # define OPENSSL_NO_GMP | ||
| 15 | #endif | ||
| 7 | #ifndef OPENSSL_NO_KRB5 | 16 | #ifndef OPENSSL_NO_KRB5 |
| 8 | # define OPENSSL_NO_KRB5 | 17 | # define OPENSSL_NO_KRB5 |
| 9 | #endif | 18 | #endif |
| 19 | #ifndef OPENSSL_NO_MDC2 | ||
| 20 | # define OPENSSL_NO_MDC2 | ||
| 21 | #endif | ||
| 22 | #ifndef OPENSSL_NO_RC5 | ||
| 23 | # define OPENSSL_NO_RC5 | ||
| 24 | #endif | ||
| 25 | #ifndef OPENSSL_NO_RFC3779 | ||
| 26 | # define OPENSSL_NO_RFC3779 | ||
| 27 | #endif | ||
| 28 | #ifndef OPENSSL_NO_SEED | ||
| 29 | # define OPENSSL_NO_SEED | ||
| 30 | #endif | ||
| 31 | #ifndef OPENSSL_NO_TLSEXT | ||
| 32 | # define OPENSSL_NO_TLSEXT | ||
| 33 | #endif | ||
| 10 | 34 | ||
| 11 | #endif /* OPENSSL_DOING_MAKEDEPEND */ | 35 | #endif /* OPENSSL_DOING_MAKEDEPEND */ |
| 36 | #ifndef OPENSSL_NO_DYNAMIC_ENGINE | ||
| 37 | # define OPENSSL_NO_DYNAMIC_ENGINE | ||
| 38 | #endif | ||
| 12 | 39 | ||
| 13 | /* The OPENSSL_NO_* macros are also defined as NO_* if the application | 40 | /* The OPENSSL_NO_* macros are also defined as NO_* if the application |
| 14 | asks for it. This is a transient feature that is provided for those | 41 | asks for it. This is a transient feature that is provided for those |
| 15 | who haven't had the time to do the appropriate changes in their | 42 | who haven't had the time to do the appropriate changes in their |
| 16 | applications. */ | 43 | applications. */ |
| 17 | #ifdef OPENSSL_ALGORITHM_DEFINES | 44 | #ifdef OPENSSL_ALGORITHM_DEFINES |
| 45 | # if defined(OPENSSL_NO_CAMELLIA) && !defined(NO_CAMELLIA) | ||
| 46 | # define NO_CAMELLIA | ||
| 47 | # endif | ||
| 48 | # if defined(OPENSSL_NO_CMS) && !defined(NO_CMS) | ||
| 49 | # define NO_CMS | ||
| 50 | # endif | ||
| 51 | # if defined(OPENSSL_NO_GMP) && !defined(NO_GMP) | ||
| 52 | # define NO_GMP | ||
| 53 | # endif | ||
| 18 | # if defined(OPENSSL_NO_KRB5) && !defined(NO_KRB5) | 54 | # if defined(OPENSSL_NO_KRB5) && !defined(NO_KRB5) |
| 19 | # define NO_KRB5 | 55 | # define NO_KRB5 |
| 20 | # endif | 56 | # endif |
| 57 | # if defined(OPENSSL_NO_MDC2) && !defined(NO_MDC2) | ||
| 58 | # define NO_MDC2 | ||
| 59 | # endif | ||
| 60 | # if defined(OPENSSL_NO_RC5) && !defined(NO_RC5) | ||
| 61 | # define NO_RC5 | ||
| 62 | # endif | ||
| 63 | # if defined(OPENSSL_NO_RFC3779) && !defined(NO_RFC3779) | ||
| 64 | # define NO_RFC3779 | ||
| 65 | # endif | ||
| 66 | # if defined(OPENSSL_NO_SEED) && !defined(NO_SEED) | ||
| 67 | # define NO_SEED | ||
| 68 | # endif | ||
| 69 | # if defined(OPENSSL_NO_TLSEXT) && !defined(NO_TLSEXT) | ||
| 70 | # define NO_TLSEXT | ||
| 71 | # endif | ||
| 21 | #endif | 72 | #endif |
| 22 | 73 | ||
| 23 | /* crypto/opensslconf.h.in */ | 74 | /* crypto/opensslconf.h.in */ |
| @@ -27,6 +78,7 @@ | |||
| 27 | 78 | ||
| 28 | #if !(defined(VMS) || defined(__VMS)) /* VMS uses logical names instead */ | 79 | #if !(defined(VMS) || defined(__VMS)) /* VMS uses logical names instead */ |
| 29 | #if defined(HEADER_CRYPTLIB_H) && !defined(OPENSSLDIR) | 80 | #if defined(HEADER_CRYPTLIB_H) && !defined(OPENSSLDIR) |
| 81 | #define ENGINESDIR "/usr/local/ssl/lib/engines" | ||
| 30 | #define OPENSSLDIR "/usr/local/ssl" | 82 | #define OPENSSLDIR "/usr/local/ssl" |
| 31 | #endif | 83 | #endif |
| 32 | #endif | 84 | #endif |
diff --git a/src/lib/libcrypto/opensslconf.h.in b/src/lib/libcrypto/opensslconf.h.in index 685e83b7a3..cee83acf98 100644 --- a/src/lib/libcrypto/opensslconf.h.in +++ b/src/lib/libcrypto/opensslconf.h.in | |||
| @@ -5,6 +5,7 @@ | |||
| 5 | 5 | ||
| 6 | #if !(defined(VMS) || defined(__VMS)) /* VMS uses logical names instead */ | 6 | #if !(defined(VMS) || defined(__VMS)) /* VMS uses logical names instead */ |
| 7 | #if defined(HEADER_CRYPTLIB_H) && !defined(OPENSSLDIR) | 7 | #if defined(HEADER_CRYPTLIB_H) && !defined(OPENSSLDIR) |
| 8 | #define ENGINESDIR "/usr/local/lib/engines" | ||
| 8 | #define OPENSSLDIR "/usr/local/ssl" | 9 | #define OPENSSLDIR "/usr/local/ssl" |
| 9 | #endif | 10 | #endif |
| 10 | #endif | 11 | #endif |
