| 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 | 8 #ifndef OPENSSL_NO_CAMELLIA |
| 9 # define OPENSSL_NO_CAMELLIA | 9 # define OPENSSL_NO_CAMELLIA |
| 10 #endif | 10 #endif |
| 11 #ifndef OPENSSL_NO_CAPIENG | 11 #ifndef OPENSSL_NO_CAPIENG |
| 12 # define OPENSSL_NO_CAPIENG | 12 # define OPENSSL_NO_CAPIENG |
| 13 #endif | 13 #endif |
| 14 #ifndef OPENSSL_NO_CMS | 14 #ifndef OPENSSL_NO_CMS |
| 15 # define OPENSSL_NO_CMS | 15 # define OPENSSL_NO_CMS |
| 16 #endif | 16 #endif |
| 17 #ifndef OPENSSL_NO_EC_NISTP_64_GCC_128 |
| 18 # define OPENSSL_NO_EC_NISTP_64_GCC_128 |
| 19 #endif |
| 17 #ifndef OPENSSL_NO_FIPS | 20 #ifndef OPENSSL_NO_FIPS |
| 18 # define OPENSSL_NO_FIPS | 21 # define OPENSSL_NO_FIPS |
| 19 #endif | 22 #endif |
| 20 #ifndef OPENSSL_NO_GMP | 23 #ifndef OPENSSL_NO_GMP |
| 21 # define OPENSSL_NO_GMP | 24 # define OPENSSL_NO_GMP |
| 22 #endif | 25 #endif |
| 23 #ifndef OPENSSL_NO_IDEA | 26 #ifndef OPENSSL_NO_IDEA |
| 24 # define OPENSSL_NO_IDEA | 27 # define OPENSSL_NO_IDEA |
| 25 #endif | 28 #endif |
| 26 #ifndef OPENSSL_NO_JPAKE | 29 #ifndef OPENSSL_NO_JPAKE |
| 27 # define OPENSSL_NO_JPAKE | 30 # define OPENSSL_NO_JPAKE |
| 28 #endif | 31 #endif |
| 29 #ifndef OPENSSL_NO_KRB5 | 32 #ifndef OPENSSL_NO_KRB5 |
| 30 # define OPENSSL_NO_KRB5 | 33 # define OPENSSL_NO_KRB5 |
| 31 #endif | 34 #endif |
| 32 #ifndef OPENSSL_NO_MDC2 | 35 #ifndef OPENSSL_NO_MDC2 |
| 33 # define OPENSSL_NO_MDC2 | 36 # define OPENSSL_NO_MDC2 |
| 34 #endif | 37 #endif |
| 35 #ifndef OPENSSL_NO_RC5 | 38 #ifndef OPENSSL_NO_RC5 |
| 36 # define OPENSSL_NO_RC5 | 39 # define OPENSSL_NO_RC5 |
| 37 #endif | 40 #endif |
| 38 #ifndef OPENSSL_NO_RFC3779 | 41 #ifndef OPENSSL_NO_RFC3779 |
| 39 # define OPENSSL_NO_RFC3779 | 42 # define OPENSSL_NO_RFC3779 |
| 40 #endif | 43 #endif |
| 44 #ifndef OPENSSL_NO_SCTP |
| 45 # define OPENSSL_NO_SCTP |
| 46 #endif |
| 41 #ifndef OPENSSL_NO_SEED | 47 #ifndef OPENSSL_NO_SEED |
| 42 # define OPENSSL_NO_SEED | 48 # define OPENSSL_NO_SEED |
| 43 #endif | 49 #endif |
| 44 #ifndef OPENSSL_NO_ASM | |
| 45 # define OPENSSL_NO_ASM | |
| 46 #endif | |
| 47 | 50 |
| 48 #endif /* OPENSSL_DOING_MAKEDEPEND */ | 51 #endif /* OPENSSL_DOING_MAKEDEPEND */ |
| 49 | 52 |
| 50 #ifndef OPENSSL_THREADS | 53 #ifndef OPENSSL_THREADS |
| 51 # define OPENSSL_THREADS | 54 # define OPENSSL_THREADS |
| 52 #endif | 55 #endif |
| 53 #ifndef OPENSSL_NO_DYNAMIC_ENGINE | 56 #ifndef OPENSSL_NO_DYNAMIC_ENGINE |
| 54 # define OPENSSL_NO_DYNAMIC_ENGINE | 57 # define OPENSSL_NO_DYNAMIC_ENGINE |
| 55 #endif | 58 #endif |
| 56 | 59 |
| 60 /* Use x86 assembler functions - taken from Android/x86 config */ |
| 61 # define OPENSSL_BN_ASM_GF2m |
| 62 # define OPENSSL_BN_ASM_MONT |
| 63 # define OPENSSL_BN_ASM_PART_WORDS |
| 64 # define AES_ASM |
| 65 # define GHASH_ASM |
| 66 # define SHA1_ASM |
| 67 # define SHA256_ASM |
| 68 # define SHA512_ASM |
| 69 # define MD5_ASM |
| 70 # define DES_PTR |
| 71 # define DES_RISC1 |
| 72 # define DES_UNROLL |
| 73 |
| 57 /* The OPENSSL_NO_* macros are also defined as NO_* if the application | 74 /* The OPENSSL_NO_* macros are also defined as NO_* if the application |
| 58 asks for it. This is a transient feature that is provided for those | 75 asks for it. This is a transient feature that is provided for those |
| 59 who haven't had the time to do the appropriate changes in their | 76 who haven't had the time to do the appropriate changes in their |
| 60 applications. */ | 77 applications. */ |
| 61 #ifdef OPENSSL_ALGORITHM_DEFINES | 78 #ifdef OPENSSL_ALGORITHM_DEFINES |
| 62 # if defined(OPENSSL_NO_CAMELLIA) && !defined(NO_CAMELLIA) | 79 # if defined(OPENSSL_NO_CAMELLIA) && !defined(NO_CAMELLIA) |
| 63 # define NO_CAMELLIA | 80 # define NO_CAMELLIA |
| 64 # endif | 81 # endif |
| 65 # if defined(OPENSSL_NO_CAPIENG) && !defined(NO_CAPIENG) | 82 # if defined(OPENSSL_NO_CAPIENG) && !defined(NO_CAPIENG) |
| 66 # define NO_CAPIENG | 83 # define NO_CAPIENG |
| (...skipping 202 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 269 # define DES_UNROLL | 286 # define DES_UNROLL |
| 270 #elif defined(i386) || defined(__i386__) /* x86 boxes, should be gcc */ | 287 #elif defined(i386) || defined(__i386__) /* x86 boxes, should be gcc */ |
| 271 # define DES_PTR | 288 # define DES_PTR |
| 272 # define DES_RISC1 | 289 # define DES_RISC1 |
| 273 # define DES_UNROLL | 290 # define DES_UNROLL |
| 274 #endif /* Systems-specific speed defines */ | 291 #endif /* Systems-specific speed defines */ |
| 275 #endif | 292 #endif |
| 276 | 293 |
| 277 #endif /* DES_DEFAULT_OPTIONS */ | 294 #endif /* DES_DEFAULT_OPTIONS */ |
| 278 #endif /* HEADER_DES_LOCL_H */ | 295 #endif /* HEADER_DES_LOCL_H */ |
| OLD | NEW |