OLD | NEW |
1 /* opensslconf.h */ | 1 /* opensslconf.h */ |
2 /* WARNING: Generated automatically from opensslconf.h.in by Configure. */ | 2 /* WARNING: Generated automatically from opensslconf.h.in by Configure. */ |
3 | 3 |
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 |
| 8 #ifndef OPENSSL_NO_CAMELLIA |
| 9 # define OPENSSL_NO_CAMELLIA |
| 10 #endif |
8 #ifndef OPENSSL_NO_CAST | 11 #ifndef OPENSSL_NO_CAST |
9 # define OPENSSL_NO_CAST | 12 # define OPENSSL_NO_CAST |
10 #endif | 13 #endif |
| 14 #ifndef OPENSSL_NO_CMS |
| 15 # define OPENSSL_NO_CMS |
| 16 #endif |
| 17 #ifndef OPENSSL_NO_EC_NISTP_64_GCC_128 |
| 18 # define OPENSSL_NO_EC_NISTP_64_GCC_128 |
| 19 #endif |
11 #ifndef OPENSSL_NO_GMP | 20 #ifndef OPENSSL_NO_GMP |
12 # define OPENSSL_NO_GMP | 21 # define OPENSSL_NO_GMP |
13 #endif | 22 #endif |
14 #ifndef OPENSSL_NO_IDEA | 23 #ifndef OPENSSL_NO_IDEA |
15 # define OPENSSL_NO_IDEA | 24 # define OPENSSL_NO_IDEA |
16 #endif | 25 #endif |
17 #ifndef OPENSSL_NO_JPAKE | 26 #ifndef OPENSSL_NO_JPAKE |
18 # define OPENSSL_NO_JPAKE | 27 # define OPENSSL_NO_JPAKE |
19 #endif | 28 #endif |
20 #ifndef OPENSSL_NO_KRB5 | 29 #ifndef OPENSSL_NO_KRB5 |
21 # define OPENSSL_NO_KRB5 | 30 # define OPENSSL_NO_KRB5 |
22 #endif | 31 #endif |
23 #ifndef OPENSSL_NO_MD2 | 32 #ifndef OPENSSL_NO_MD2 |
24 # define OPENSSL_NO_MD2 | 33 # define OPENSSL_NO_MD2 |
25 #endif | 34 #endif |
| 35 #ifndef OPENSSL_NO_MDC2 |
| 36 # define OPENSSL_NO_MDC2 |
| 37 #endif |
26 #ifndef OPENSSL_NO_RC5 | 38 #ifndef OPENSSL_NO_RC5 |
27 # define OPENSSL_NO_RC5 | 39 # define OPENSSL_NO_RC5 |
28 #endif | 40 #endif |
29 #ifndef OPENSSL_NO_RFC3779 | 41 #ifndef OPENSSL_NO_RFC3779 |
30 # define OPENSSL_NO_RFC3779 | 42 # define OPENSSL_NO_RFC3779 |
31 #endif | 43 #endif |
| 44 #ifndef OPENSSL_NO_SCTP |
| 45 # define OPENSSL_NO_SCTP |
| 46 #endif |
32 #ifndef OPENSSL_NO_SEED | 47 #ifndef OPENSSL_NO_SEED |
33 # define OPENSSL_NO_SEED | 48 # define OPENSSL_NO_SEED |
34 #endif | 49 #endif |
35 #ifndef OPENSSL_NO_SHA0 | 50 #ifndef OPENSSL_NO_SHA0 |
36 # define OPENSSL_NO_SHA0 | 51 # define OPENSSL_NO_SHA0 |
37 #endif | 52 #endif |
38 #ifndef OPENSSL_NO_STORE | 53 #ifndef OPENSSL_NO_STORE |
39 # define OPENSSL_NO_STORE | 54 # define OPENSSL_NO_STORE |
40 #endif | 55 #endif |
41 #ifndef OPENSSL_NO_WHRLPOOL | 56 #ifndef OPENSSL_NO_WHIRLPOOL |
42 # define OPENSSL_NO_WHRLPOOL | 57 # define OPENSSL_NO_WHIRLPOOL |
43 #endif | 58 #endif |
44 | 59 |
45 #endif /* OPENSSL_DOING_MAKEDEPEND */ | 60 #endif /* OPENSSL_DOING_MAKEDEPEND */ |
46 | 61 |
| 62 #if defined(__arm__) |
| 63 |
| 64 # define OPENSSL_BN_ASM_GF2m |
| 65 # define OPENSSL_BN_ASM_MONT |
| 66 # define GHASH_ASM |
| 67 # define AES_ASM |
| 68 # define SHA1_ASM |
| 69 # define SHA256_ASM |
| 70 # define SHA512_ASM |
| 71 |
| 72 #elif defined(__i386__) |
| 73 |
| 74 # define OPENSSL_BN_ASM_GF2m |
| 75 # define OPENSSL_BN_ASM_MONT |
| 76 # define OPENSSL_BN_ASM_PART_WORDS |
| 77 # define AES_ASM |
| 78 # define GHASH_ASM |
| 79 # define SHA1_ASM |
| 80 # define SHA256_ASM |
| 81 # define SHA512_ASM |
| 82 # define MD5_ASM |
| 83 # define DES_PTR |
| 84 # define DES_RISC1 |
| 85 # define DES_UNROLL |
| 86 |
| 87 #elif defined(__mips__) |
| 88 |
| 89 # define OPENSSL_BN_ASM_MONT |
| 90 # define AES_ASM |
| 91 # define SHA1_ASM |
| 92 # define SHA256_ASM |
| 93 |
| 94 #endif |
| 95 |
47 #ifndef OPENSSL_THREADS | 96 #ifndef OPENSSL_THREADS |
48 # define OPENSSL_THREADS | 97 # define OPENSSL_THREADS |
49 #endif | 98 #endif |
50 #ifndef OPENSSL_NO_DYNAMIC_ENGINE | 99 #ifndef OPENSSL_NO_DYNAMIC_ENGINE |
51 # define OPENSSL_NO_DYNAMIC_ENGINE | 100 # define OPENSSL_NO_DYNAMIC_ENGINE |
52 #endif | 101 #endif |
53 | 102 |
54 /* The OPENSSL_NO_* macros are also defined as NO_* if the application | 103 /* The OPENSSL_NO_* macros are also defined as NO_* if the application |
55 asks for it. This is a transient feature that is provided for those | 104 asks for it. This is a transient feature that is provided for those |
56 who haven't had the time to do the appropriate changes in their | 105 who haven't had the time to do the appropriate changes in their |
(...skipping 184 matching lines...) Loading... |
241 # define DES_UNROLL | 290 # define DES_UNROLL |
242 #elif defined(i386) || defined(__i386__) /* x86 boxes, should be gcc */ | 291 #elif defined(i386) || defined(__i386__) /* x86 boxes, should be gcc */ |
243 # define DES_PTR | 292 # define DES_PTR |
244 # define DES_RISC1 | 293 # define DES_RISC1 |
245 # define DES_UNROLL | 294 # define DES_UNROLL |
246 #endif /* Systems-specific speed defines */ | 295 #endif /* Systems-specific speed defines */ |
247 #endif | 296 #endif |
248 | 297 |
249 #endif /* DES_DEFAULT_OPTIONS */ | 298 #endif /* DES_DEFAULT_OPTIONS */ |
250 #endif /* HEADER_DES_LOCL_H */ | 299 #endif /* HEADER_DES_LOCL_H */ |
OLD | NEW |