diff options
| author | djm <> | 2010-10-01 23:02:02 +0000 |
|---|---|---|
| committer | djm <> | 2010-10-01 23:02:02 +0000 |
| commit | 21efe1bbf4b89baefcfcca902362f4e8c6b8281f (patch) | |
| tree | a5eb6ad6349582b13489bbe51d7f40e5a27963a9 /src/lib/libssl/crypto/arch/sh | |
| parent | 9aeec9aac8be822999924b4595b33e1eb4e5582b (diff) | |
| download | openbsd-21efe1bbf4b89baefcfcca902362f4e8c6b8281f.tar.gz openbsd-21efe1bbf4b89baefcfcca902362f4e8c6b8281f.tar.bz2 openbsd-21efe1bbf4b89baefcfcca902362f4e8c6b8281f.zip | |
update supporting files, crank library majors
Diffstat (limited to 'src/lib/libssl/crypto/arch/sh')
| -rw-r--r-- | src/lib/libssl/crypto/arch/sh/opensslconf.h | 25 |
1 files changed, 20 insertions, 5 deletions
diff --git a/src/lib/libssl/crypto/arch/sh/opensslconf.h b/src/lib/libssl/crypto/arch/sh/opensslconf.h index fb0979fce3..c1fc4e5d11 100644 --- a/src/lib/libssl/crypto/arch/sh/opensslconf.h +++ b/src/lib/libssl/crypto/arch/sh/opensslconf.h | |||
| @@ -7,21 +7,24 @@ | |||
| 7 | #ifndef OPENSSL_NO_CAMELLIA | 7 | #ifndef OPENSSL_NO_CAMELLIA |
| 8 | # define OPENSSL_NO_CAMELLIA | 8 | # define OPENSSL_NO_CAMELLIA |
| 9 | #endif | 9 | #endif |
| 10 | #ifndef OPENSSL_NO_CAPIENG | ||
| 11 | # define OPENSSL_NO_CAPIENG | ||
| 12 | #endif | ||
| 13 | #ifndef OPENSSL_NO_CMS | 10 | #ifndef OPENSSL_NO_CMS |
| 14 | # define OPENSSL_NO_CMS | 11 | # define OPENSSL_NO_CMS |
| 15 | #endif | 12 | #endif |
| 16 | #ifndef OPENSSL_NO_GMP | 13 | #ifndef OPENSSL_NO_GMP |
| 17 | # define OPENSSL_NO_GMP | 14 | # define OPENSSL_NO_GMP |
| 18 | #endif | 15 | #endif |
| 16 | #ifndef OPENSSL_NO_GOST | ||
| 17 | # define OPENSSL_NO_GOST | ||
| 18 | #endif | ||
| 19 | #ifndef OPENSSL_NO_JPAKE | 19 | #ifndef OPENSSL_NO_JPAKE |
| 20 | # define OPENSSL_NO_JPAKE | 20 | # define OPENSSL_NO_JPAKE |
| 21 | #endif | 21 | #endif |
| 22 | #ifndef OPENSSL_NO_KRB5 | 22 | #ifndef OPENSSL_NO_KRB5 |
| 23 | # define OPENSSL_NO_KRB5 | 23 | # define OPENSSL_NO_KRB5 |
| 24 | #endif | 24 | #endif |
| 25 | #ifndef OPENSSL_NO_MD2 | ||
| 26 | # define OPENSSL_NO_MD2 | ||
| 27 | #endif | ||
| 25 | #ifndef OPENSSL_NO_MDC2 | 28 | #ifndef OPENSSL_NO_MDC2 |
| 26 | # define OPENSSL_NO_MDC2 | 29 | # define OPENSSL_NO_MDC2 |
| 27 | #endif | 30 | #endif |
| @@ -34,6 +37,9 @@ | |||
| 34 | #ifndef OPENSSL_NO_SEED | 37 | #ifndef OPENSSL_NO_SEED |
| 35 | # define OPENSSL_NO_SEED | 38 | # define OPENSSL_NO_SEED |
| 36 | #endif | 39 | #endif |
| 40 | #ifndef OPENSSL_NO_STORE | ||
| 41 | # define OPENSSL_NO_STORE | ||
| 42 | #endif | ||
| 37 | 43 | ||
| 38 | #endif /* OPENSSL_DOING_MAKEDEPEND */ | 44 | #endif /* OPENSSL_DOING_MAKEDEPEND */ |
| 39 | #ifndef OPENSSL_THREADS | 45 | #ifndef OPENSSL_THREADS |
| @@ -57,9 +63,18 @@ | |||
| 57 | # if defined(OPENSSL_NO_GMP) && !defined(NO_GMP) | 63 | # if defined(OPENSSL_NO_GMP) && !defined(NO_GMP) |
| 58 | # define NO_GMP | 64 | # define NO_GMP |
| 59 | # endif | 65 | # endif |
| 66 | # if defined(OPENSSL_NO_GOST) && !defined(NO_GOST) | ||
| 67 | # define NO_GOST | ||
| 68 | # endif | ||
| 69 | # if defined(OPENSSL_NO_JPAKE) && !defined(NO_JPAKE) | ||
| 70 | # define NO_JPAKE | ||
| 71 | # endif | ||
| 60 | # if defined(OPENSSL_NO_KRB5) && !defined(NO_KRB5) | 72 | # if defined(OPENSSL_NO_KRB5) && !defined(NO_KRB5) |
| 61 | # define NO_KRB5 | 73 | # define NO_KRB5 |
| 62 | # endif | 74 | # endif |
| 75 | # if defined(OPENSSL_NO_MD2) && !defined(NO_MD2) | ||
| 76 | # define NO_MD2 | ||
| 77 | # endif | ||
| 63 | # if defined(OPENSSL_NO_MDC2) && !defined(NO_MDC2) | 78 | # if defined(OPENSSL_NO_MDC2) && !defined(NO_MDC2) |
| 64 | # define NO_MDC2 | 79 | # define NO_MDC2 |
| 65 | # endif | 80 | # endif |
| @@ -72,8 +87,8 @@ | |||
| 72 | # if defined(OPENSSL_NO_SEED) && !defined(NO_SEED) | 87 | # if defined(OPENSSL_NO_SEED) && !defined(NO_SEED) |
| 73 | # define NO_SEED | 88 | # define NO_SEED |
| 74 | # endif | 89 | # endif |
| 75 | # if defined(OPENSSL_NO_TLSEXT) && !defined(NO_TLSEXT) | 90 | # if defined(OPENSSL_NO_STORE) && !defined(NO_STORE) |
| 76 | # define NO_TLSEXT | 91 | # define NO_STORE |
| 77 | # endif | 92 | # endif |
| 78 | #endif | 93 | #endif |
| 79 | 94 | ||
