| OLD | NEW |
| (Empty) |
| 1 /* opensslconf.h */ | |
| 2 /* WARNING: Generated automatically from opensslconf.h.in by Configure. */ | |
| 3 | |
| 4 /* OpenSSL was configured with the following options: */ | |
| 5 #ifndef OPENSSL_SYSNAME_MACOSX | |
| 6 # define OPENSSL_SYSNAME_MACOSX | |
| 7 #endif | |
| 8 #ifndef OPENSSL_DOING_MAKEDEPEND | |
| 9 | |
| 10 | |
| 11 #ifndef OPENSSL_NO_CAMELLIA | |
| 12 # define OPENSSL_NO_CAMELLIA | |
| 13 #endif | |
| 14 #ifndef OPENSSL_NO_CAPIENG | |
| 15 # define OPENSSL_NO_CAPIENG | |
| 16 #endif | |
| 17 #ifndef OPENSSL_NO_CAST | |
| 18 # define OPENSSL_NO_CAST | |
| 19 #endif | |
| 20 #ifndef OPENSSL_NO_CMS | |
| 21 # define OPENSSL_NO_CMS | |
| 22 #endif | |
| 23 #ifndef OPENSSL_NO_EC_NISTP_64_GCC_128 | |
| 24 # define OPENSSL_NO_EC_NISTP_64_GCC_128 | |
| 25 #endif | |
| 26 #ifndef OPENSSL_NO_GMP | |
| 27 # define OPENSSL_NO_GMP | |
| 28 #endif | |
| 29 #ifndef OPENSSL_NO_GOST | |
| 30 # define OPENSSL_NO_GOST | |
| 31 #endif | |
| 32 #ifndef OPENSSL_NO_HEARTBEATS | |
| 33 # define OPENSSL_NO_HEARTBEATS | |
| 34 #endif | |
| 35 #ifndef OPENSSL_NO_IDEA | |
| 36 # define OPENSSL_NO_IDEA | |
| 37 #endif | |
| 38 #ifndef OPENSSL_NO_JPAKE | |
| 39 # define OPENSSL_NO_JPAKE | |
| 40 #endif | |
| 41 #ifndef OPENSSL_NO_KRB5 | |
| 42 # define OPENSSL_NO_KRB5 | |
| 43 #endif | |
| 44 #ifndef OPENSSL_NO_MD2 | |
| 45 # define OPENSSL_NO_MD2 | |
| 46 #endif | |
| 47 #ifndef OPENSSL_NO_MDC2 | |
| 48 # define OPENSSL_NO_MDC2 | |
| 49 #endif | |
| 50 #ifndef OPENSSL_NO_RC5 | |
| 51 # define OPENSSL_NO_RC5 | |
| 52 #endif | |
| 53 #ifndef OPENSSL_NO_RDRAND | |
| 54 # define OPENSSL_NO_RDRAND | |
| 55 #endif | |
| 56 #ifndef OPENSSL_NO_RFC3779 | |
| 57 # define OPENSSL_NO_RFC3779 | |
| 58 #endif | |
| 59 #ifndef OPENSSL_NO_RSAX | |
| 60 # define OPENSSL_NO_RSAX | |
| 61 #endif | |
| 62 #ifndef OPENSSL_NO_SCTP | |
| 63 # define OPENSSL_NO_SCTP | |
| 64 #endif | |
| 65 #ifndef OPENSSL_NO_SEED | |
| 66 # define OPENSSL_NO_SEED | |
| 67 #endif | |
| 68 #ifndef OPENSSL_NO_SHA0 | |
| 69 # define OPENSSL_NO_SHA0 | |
| 70 #endif | |
| 71 #ifndef OPENSSL_NO_STATIC_ENGINE | |
| 72 # define OPENSSL_NO_STATIC_ENGINE | |
| 73 #endif | |
| 74 #ifndef OPENSSL_NO_STORE | |
| 75 # define OPENSSL_NO_STORE | |
| 76 #endif | |
| 77 #ifndef OPENSSL_NO_WHIRLPOOL | |
| 78 # define OPENSSL_NO_WHIRLPOOL | |
| 79 #endif | |
| 80 | |
| 81 #endif /* OPENSSL_DOING_MAKEDEPEND */ | |
| 82 | |
| 83 #ifndef OPENSSL_THREADS | |
| 84 # define OPENSSL_THREADS | |
| 85 #endif | |
| 86 #ifndef OPENSSL_NO_DYNAMIC_ENGINE | |
| 87 # define OPENSSL_NO_DYNAMIC_ENGINE | |
| 88 #endif | |
| 89 | |
| 90 /* The OPENSSL_NO_* macros are also defined as NO_* if the application | |
| 91 asks for it. This is a transient feature that is provided for those | |
| 92 who haven't had the time to do the appropriate changes in their | |
| 93 applications. */ | |
| 94 #ifdef OPENSSL_ALGORITHM_DEFINES | |
| 95 # if defined(OPENSSL_NO_CAMELLIA) && !defined(NO_CAMELLIA) | |
| 96 # define NO_CAMELLIA | |
| 97 # endif | |
| 98 # if defined(OPENSSL_NO_CAPIENG) && !defined(NO_CAPIENG) | |
| 99 # define NO_CAPIENG | |
| 100 # endif | |
| 101 # if defined(OPENSSL_NO_CAST) && !defined(NO_CAST) | |
| 102 # define NO_CAST | |
| 103 # endif | |
| 104 # if defined(OPENSSL_NO_CMS) && !defined(NO_CMS) | |
| 105 # define NO_CMS | |
| 106 # endif | |
| 107 # if defined(OPENSSL_NO_EC_NISTP_64_GCC_128) && !defined(NO_EC_NISTP_64_GCC_128) | |
| 108 # define NO_EC_NISTP_64_GCC_128 | |
| 109 # endif | |
| 110 # if defined(OPENSSL_NO_GMP) && !defined(NO_GMP) | |
| 111 # define NO_GMP | |
| 112 # endif | |
| 113 # if defined(OPENSSL_NO_GOST) && !defined(NO_GOST) | |
| 114 # define NO_GOST | |
| 115 # endif | |
| 116 # if defined(OPENSSL_NO_HEARTBEATS) && !defined(NO_HEARTBEATS) | |
| 117 # define NO_HEARTBEATS | |
| 118 # endif | |
| 119 # if defined(OPENSSL_NO_IDEA) && !defined(NO_IDEA) | |
| 120 # define NO_IDEA | |
| 121 # endif | |
| 122 # if defined(OPENSSL_NO_JPAKE) && !defined(NO_JPAKE) | |
| 123 # define NO_JPAKE | |
| 124 # endif | |
| 125 # if defined(OPENSSL_NO_KRB5) && !defined(NO_KRB5) | |
| 126 # define NO_KRB5 | |
| 127 # endif | |
| 128 # if defined(OPENSSL_NO_MD2) && !defined(NO_MD2) | |
| 129 # define NO_MD2 | |
| 130 # endif | |
| 131 # if defined(OPENSSL_NO_MDC2) && !defined(NO_MDC2) | |
| 132 # define NO_MDC2 | |
| 133 # endif | |
| 134 # if defined(OPENSSL_NO_RC5) && !defined(NO_RC5) | |
| 135 # define NO_RC5 | |
| 136 # endif | |
| 137 # if defined(OPENSSL_NO_RDRAND) && !defined(NO_RDRAND) | |
| 138 # define NO_RDRAND | |
| 139 # endif | |
| 140 # if defined(OPENSSL_NO_RFC3779) && !defined(NO_RFC3779) | |
| 141 # define NO_RFC3779 | |
| 142 # endif | |
| 143 # if defined(OPENSSL_NO_RSAX) && !defined(NO_RSAX) | |
| 144 # define NO_RSAX | |
| 145 # endif | |
| 146 # if defined(OPENSSL_NO_SCTP) && !defined(NO_SCTP) | |
| 147 # define NO_SCTP | |
| 148 # endif | |
| 149 # if defined(OPENSSL_NO_SEED) && !defined(NO_SEED) | |
| 150 # define NO_SEED | |
| 151 # endif | |
| 152 # if defined(OPENSSL_NO_SHA0) && !defined(NO_SHA0) | |
| 153 # define NO_SHA0 | |
| 154 # endif | |
| 155 # if defined(OPENSSL_NO_STATIC_ENGINE) && !defined(NO_STATIC_ENGINE) | |
| 156 # define NO_STATIC_ENGINE | |
| 157 # endif | |
| 158 # if defined(OPENSSL_NO_STORE) && !defined(NO_STORE) | |
| 159 # define NO_STORE | |
| 160 # endif | |
| 161 # if defined(OPENSSL_NO_WHIRLPOOL) && !defined(NO_WHIRLPOOL) | |
| 162 # define NO_WHIRLPOOL | |
| 163 # endif | |
| 164 #endif | |
| 165 | |
| 166 /* crypto/opensslconf.h.in */ | |
| 167 | |
| 168 /* Generate 80386 code? */ | |
| 169 #undef I386_ONLY | |
| 170 | |
| 171 #if !(defined(VMS) || defined(__VMS)) /* VMS uses logical names instead */ | |
| 172 #if defined(HEADER_CRYPTLIB_H) && !defined(OPENSSLDIR) | |
| 173 #define ENGINESDIR "/usr/local/ssl/lib/engines" | |
| 174 #define OPENSSLDIR "/usr/local/ssl" | |
| 175 #endif | |
| 176 #endif | |
| 177 | |
| 178 #undef OPENSSL_UNISTD | |
| 179 #define OPENSSL_UNISTD <unistd.h> | |
| 180 | |
| 181 #undef OPENSSL_EXPORT_VAR_AS_FUNCTION | |
| 182 | |
| 183 #if defined(HEADER_IDEA_H) && !defined(IDEA_INT) | |
| 184 #define IDEA_INT unsigned int | |
| 185 #endif | |
| 186 | |
| 187 #if defined(HEADER_MD2_H) && !defined(MD2_INT) | |
| 188 #define MD2_INT unsigned int | |
| 189 #endif | |
| 190 | |
| 191 #if defined(HEADER_RC2_H) && !defined(RC2_INT) | |
| 192 /* I need to put in a mod for the alpha - eay */ | |
| 193 #define RC2_INT unsigned int | |
| 194 #endif | |
| 195 | |
| 196 #if defined(HEADER_RC4_H) | |
| 197 #if !defined(RC4_INT) | |
| 198 /* using int types make the structure larger but make the code faster | |
| 199 * on most boxes I have tested - up to %20 faster. */ | |
| 200 /* | |
| 201 * I don't know what does "most" mean, but declaring "int" is a must on: | |
| 202 * - Intel P6 because partial register stalls are very expensive; | |
| 203 * - elder Alpha because it lacks byte load/store instructions; | |
| 204 */ | |
| 205 #define RC4_INT unsigned int | |
| 206 #endif | |
| 207 #if !defined(RC4_CHUNK) | |
| 208 /* | |
| 209 * This enables code handling data aligned at natural CPU word | |
| 210 * boundary. See crypto/rc4/rc4_enc.c for further details. | |
| 211 */ | |
| 212 #define RC4_CHUNK unsigned long | |
| 213 #endif | |
| 214 #endif | |
| 215 | |
| 216 #if (defined(HEADER_NEW_DES_H) || defined(HEADER_DES_H)) && !defined(DES_LONG) | |
| 217 /* If this is set to 'unsigned int' on a DEC Alpha, this gives about a | |
| 218 * %20 speed up (longs are 8 bytes, int's are 4). */ | |
| 219 #ifndef DES_LONG | |
| 220 #define DES_LONG unsigned long | |
| 221 #endif | |
| 222 #endif | |
| 223 | |
| 224 #if defined(HEADER_BN_H) && !defined(CONFIG_HEADER_BN_H) | |
| 225 #define CONFIG_HEADER_BN_H | |
| 226 #define BN_LLONG | |
| 227 | |
| 228 /* Should we define BN_DIV2W here? */ | |
| 229 | |
| 230 /* Only one for the following should be defined */ | |
| 231 #undef SIXTY_FOUR_BIT_LONG | |
| 232 #undef SIXTY_FOUR_BIT | |
| 233 #define THIRTY_TWO_BIT | |
| 234 #endif | |
| 235 | |
| 236 #if defined(HEADER_RC4_LOCL_H) && !defined(CONFIG_HEADER_RC4_LOCL_H) | |
| 237 #define CONFIG_HEADER_RC4_LOCL_H | |
| 238 /* if this is defined data[i] is used instead of *data, this is a %20 | |
| 239 * speedup on x86 */ | |
| 240 #undef RC4_INDEX | |
| 241 #endif | |
| 242 | |
| 243 #if defined(HEADER_BF_LOCL_H) && !defined(CONFIG_HEADER_BF_LOCL_H) | |
| 244 #define CONFIG_HEADER_BF_LOCL_H | |
| 245 #define BF_PTR | |
| 246 #endif /* HEADER_BF_LOCL_H */ | |
| 247 | |
| 248 #if defined(HEADER_DES_LOCL_H) && !defined(CONFIG_HEADER_DES_LOCL_H) | |
| 249 #define CONFIG_HEADER_DES_LOCL_H | |
| 250 #ifndef DES_DEFAULT_OPTIONS | |
| 251 /* the following is tweaked from a config script, that is why it is a | |
| 252 * protected undef/define */ | |
| 253 #ifndef DES_PTR | |
| 254 #undef DES_PTR | |
| 255 #endif | |
| 256 | |
| 257 /* This helps C compiler generate the correct code for multiple functional | |
| 258 * units. It reduces register dependancies at the expense of 2 more | |
| 259 * registers */ | |
| 260 #ifndef DES_RISC1 | |
| 261 #undef DES_RISC1 | |
| 262 #endif | |
| 263 | |
| 264 #ifndef DES_RISC2 | |
| 265 #undef DES_RISC2 | |
| 266 #endif | |
| 267 | |
| 268 #if defined(DES_RISC1) && defined(DES_RISC2) | |
| 269 YOU SHOULD NOT HAVE BOTH DES_RISC1 AND DES_RISC2 DEFINED!!!!! | |
| 270 #endif | |
| 271 | |
| 272 /* Unroll the inner loop, this sometimes helps, sometimes hinders. | |
| 273 * Very mucy CPU dependant */ | |
| 274 #ifndef DES_UNROLL | |
| 275 #define DES_UNROLL | |
| 276 #endif | |
| 277 | |
| 278 /* These default values were supplied by | |
| 279 * Peter Gutman <pgut001@cs.auckland.ac.nz> | |
| 280 * They are only used if nothing else has been defined */ | |
| 281 #if !defined(DES_PTR) && !defined(DES_RISC1) && !defined(DES_RISC2) && !defined(
DES_UNROLL) | |
| 282 /* Special defines which change the way the code is built depending on the | |
| 283 CPU and OS. For SGI machines you can use _MIPS_SZLONG (32 or 64) to find | |
| 284 even newer MIPS CPU's, but at the moment one size fits all for | |
| 285 optimization options. Older Sparc's work better with only UNROLL, but | |
| 286 there's no way to tell at compile time what it is you're running on */ | |
| 287 | |
| 288 #if defined( sun ) /* Newer Sparc's */ | |
| 289 # define DES_PTR | |
| 290 # define DES_RISC1 | |
| 291 # define DES_UNROLL | |
| 292 #elif defined( __ultrix ) /* Older MIPS */ | |
| 293 # define DES_PTR | |
| 294 # define DES_RISC2 | |
| 295 # define DES_UNROLL | |
| 296 #elif defined( __osf1__ ) /* Alpha */ | |
| 297 # define DES_PTR | |
| 298 # define DES_RISC2 | |
| 299 #elif defined ( _AIX ) /* RS6000 */ | |
| 300 /* Unknown */ | |
| 301 #elif defined( __hpux ) /* HP-PA */ | |
| 302 /* Unknown */ | |
| 303 #elif defined( __aux ) /* 68K */ | |
| 304 /* Unknown */ | |
| 305 #elif defined( __dgux ) /* 88K (but P6 in latest boxes) */ | |
| 306 # define DES_UNROLL | |
| 307 #elif defined( __sgi ) /* Newer MIPS */ | |
| 308 # define DES_PTR | |
| 309 # define DES_RISC2 | |
| 310 # define DES_UNROLL | |
| 311 #elif defined(i386) || defined(__i386__) /* x86 boxes, should be gcc */ | |
| 312 # define DES_PTR | |
| 313 # define DES_RISC1 | |
| 314 # define DES_UNROLL | |
| 315 #endif /* Systems-specific speed defines */ | |
| 316 #endif | |
| 317 | |
| 318 #endif /* DES_DEFAULT_OPTIONS */ | |
| 319 #endif /* HEADER_DES_LOCL_H */ | |
| OLD | NEW |