diff options
author | djm <> | 2012-10-13 21:31:56 +0000 |
---|---|---|
committer | djm <> | 2012-10-13 21:31:56 +0000 |
commit | 7cb16bf14a2edab57faf5a6c166c77525ba57ab2 (patch) | |
tree | 9beee213390c7fe7c871fe08bb1fa191121ea7a1 /src/lib/libssl/crypto/arch/arm/opensslconf.h | |
parent | 89d6af5bf262e3e549c575ee56ad8c11b03f8c35 (diff) | |
download | openbsd-7cb16bf14a2edab57faf5a6c166c77525ba57ab2.tar.gz openbsd-7cb16bf14a2edab57faf5a6c166c77525ba57ab2.tar.bz2 openbsd-7cb16bf14a2edab57faf5a6c166c77525ba57ab2.zip |
Makefile and header changes for OpenSSL-1.0.1c
major cranks
Diffstat (limited to 'src/lib/libssl/crypto/arch/arm/opensslconf.h')
-rw-r--r-- | src/lib/libssl/crypto/arch/arm/opensslconf.h | 26 |
1 files changed, 20 insertions, 6 deletions
diff --git a/src/lib/libssl/crypto/arch/arm/opensslconf.h b/src/lib/libssl/crypto/arch/arm/opensslconf.h index 7c7015c9b7..fc5ea38470 100644 --- a/src/lib/libssl/crypto/arch/arm/opensslconf.h +++ b/src/lib/libssl/crypto/arch/arm/opensslconf.h | |||
@@ -4,9 +4,13 @@ | |||
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 | |||
7 | #ifndef OPENSSL_NO_CAMELLIA | 8 | #ifndef OPENSSL_NO_CAMELLIA |
8 | # define OPENSSL_NO_CAMELLIA | 9 | # define OPENSSL_NO_CAMELLIA |
9 | #endif | 10 | #endif |
11 | #ifndef OPENSSL_NO_EC_NISTP_64_GCC_128 | ||
12 | # define OPENSSL_NO_EC_NISTP_64_GCC_128 | ||
13 | #endif | ||
10 | #ifndef OPENSSL_NO_CMS | 14 | #ifndef OPENSSL_NO_CMS |
11 | # define OPENSSL_NO_CMS | 15 | # define OPENSSL_NO_CMS |
12 | #endif | 16 | #endif |
@@ -25,18 +29,21 @@ | |||
25 | #ifndef OPENSSL_NO_MD2 | 29 | #ifndef OPENSSL_NO_MD2 |
26 | # define OPENSSL_NO_MD2 | 30 | # define OPENSSL_NO_MD2 |
27 | #endif | 31 | #endif |
28 | #ifndef OPENSSL_NO_MDC2 | ||
29 | # define OPENSSL_NO_MDC2 | ||
30 | #endif | ||
31 | #ifndef OPENSSL_NO_RC5 | 32 | #ifndef OPENSSL_NO_RC5 |
32 | # define OPENSSL_NO_RC5 | 33 | # define OPENSSL_NO_RC5 |
33 | #endif | 34 | #endif |
34 | #ifndef OPENSSL_NO_RFC3779 | 35 | #ifndef OPENSSL_NO_RFC3779 |
35 | # define OPENSSL_NO_RFC3779 | 36 | # define OPENSSL_NO_RFC3779 |
36 | #endif | 37 | #endif |
38 | #ifndef OPENSSL_NO_SCTP | ||
39 | # define OPENSSL_NO_SCTP | ||
40 | #endif | ||
37 | #ifndef OPENSSL_NO_SEED | 41 | #ifndef OPENSSL_NO_SEED |
38 | # define OPENSSL_NO_SEED | 42 | # define OPENSSL_NO_SEED |
39 | #endif | 43 | #endif |
44 | #ifndef OPENSSL_NO_SRP | ||
45 | # define OPENSSL_NO_SRP | ||
46 | #endif | ||
40 | #ifndef OPENSSL_NO_SSL2 | 47 | #ifndef OPENSSL_NO_SSL2 |
41 | # define OPENSSL_NO_SSL2 | 48 | # define OPENSSL_NO_SSL2 |
42 | #endif | 49 | #endif |
@@ -45,6 +52,7 @@ | |||
45 | #endif | 52 | #endif |
46 | 53 | ||
47 | #endif /* OPENSSL_DOING_MAKEDEPEND */ | 54 | #endif /* OPENSSL_DOING_MAKEDEPEND */ |
55 | |||
48 | #ifndef OPENSSL_THREADS | 56 | #ifndef OPENSSL_THREADS |
49 | # define OPENSSL_THREADS | 57 | # define OPENSSL_THREADS |
50 | #endif | 58 | #endif |
@@ -60,6 +68,9 @@ | |||
60 | # if defined(OPENSSL_NO_CAMELLIA) && !defined(NO_CAMELLIA) | 68 | # if defined(OPENSSL_NO_CAMELLIA) && !defined(NO_CAMELLIA) |
61 | # define NO_CAMELLIA | 69 | # define NO_CAMELLIA |
62 | # endif | 70 | # endif |
71 | # if defined(OPENSSL_NO_EC_NISTP_64_GCC_128) && !defined(NO_EC_NISTP_64_GCC_128) | ||
72 | # define NO_EC_NISTP_64_GCC_128 | ||
73 | # endif | ||
63 | # if defined(OPENSSL_NO_CMS) && !defined(NO_CMS) | 74 | # if defined(OPENSSL_NO_CMS) && !defined(NO_CMS) |
64 | # define NO_CMS | 75 | # define NO_CMS |
65 | # endif | 76 | # endif |
@@ -78,18 +89,21 @@ | |||
78 | # if defined(OPENSSL_NO_MD2) && !defined(NO_MD2) | 89 | # if defined(OPENSSL_NO_MD2) && !defined(NO_MD2) |
79 | # define NO_MD2 | 90 | # define NO_MD2 |
80 | # endif | 91 | # endif |
81 | # if defined(OPENSSL_NO_MDC2) && !defined(NO_MDC2) | ||
82 | # define NO_MDC2 | ||
83 | # endif | ||
84 | # if defined(OPENSSL_NO_RC5) && !defined(NO_RC5) | 92 | # if defined(OPENSSL_NO_RC5) && !defined(NO_RC5) |
85 | # define NO_RC5 | 93 | # define NO_RC5 |
86 | # endif | 94 | # endif |
87 | # if defined(OPENSSL_NO_RFC3779) && !defined(NO_RFC3779) | 95 | # if defined(OPENSSL_NO_RFC3779) && !defined(NO_RFC3779) |
88 | # define NO_RFC3779 | 96 | # define NO_RFC3779 |
89 | # endif | 97 | # endif |
98 | # if defined(OPENSSL_NO_SCTP) && !defined(NO_SCTP) | ||
99 | # define NO_SCTP | ||
100 | # endif | ||
90 | # if defined(OPENSSL_NO_SEED) && !defined(NO_SEED) | 101 | # if defined(OPENSSL_NO_SEED) && !defined(NO_SEED) |
91 | # define NO_SEED | 102 | # define NO_SEED |
92 | # endif | 103 | # endif |
104 | # if defined(OPENSSL_NO_SRP) && !defined(NO_SRP) | ||
105 | # define NO_SRP | ||
106 | # endif | ||
93 | # if defined(OPENSSL_NO_SSL2) && !defined(NO_SSL2) | 107 | # if defined(OPENSSL_NO_SSL2) && !defined(NO_SSL2) |
94 | # define NO_SSL2 | 108 | # define NO_SSL2 |
95 | # endif | 109 | # endif |