summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/opensslconf.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/opensslconf.h.in')
-rw-r--r--src/lib/libcrypto/opensslconf.h.in20
1 files changed, 0 insertions, 20 deletions
diff --git a/src/lib/libcrypto/opensslconf.h.in b/src/lib/libcrypto/opensslconf.h.in
index 1c77f03c3d..97e3745563 100644
--- a/src/lib/libcrypto/opensslconf.h.in
+++ b/src/lib/libcrypto/opensslconf.h.in
@@ -1,20 +1,5 @@
1/* crypto/opensslconf.h.in */ 1/* crypto/opensslconf.h.in */
2 2
3#ifdef OPENSSL_DOING_MAKEDEPEND
4
5/* Include any symbols here that have to be explicitly set to enable a feature
6 * that should be visible to makedepend.
7 *
8 * [Our "make depend" doesn't actually look at this, we use actual build settings
9 * instead; we want to make it easy to remove subdirectories with disabled algorithms.]
10 */
11
12#ifndef OPENSSL_FIPS
13#define OPENSSL_FIPS
14#endif
15
16#endif
17
18/* Generate 80386 code? */ 3/* Generate 80386 code? */
19#undef I386_ONLY 4#undef I386_ONLY
20 5
@@ -78,14 +63,9 @@
78/* Should we define BN_DIV2W here? */ 63/* Should we define BN_DIV2W here? */
79 64
80/* Only one for the following should be defined */ 65/* Only one for the following should be defined */
81/* The prime number generation stuff may not work when
82 * EIGHT_BIT but I don't care since I've only used this mode
83 * for debuging the bignum libraries */
84#undef SIXTY_FOUR_BIT_LONG 66#undef SIXTY_FOUR_BIT_LONG
85#undef SIXTY_FOUR_BIT 67#undef SIXTY_FOUR_BIT
86#define THIRTY_TWO_BIT 68#define THIRTY_TWO_BIT
87#undef SIXTEEN_BIT
88#undef EIGHT_BIT
89#endif 69#endif
90 70
91#if defined(HEADER_RC4_LOCL_H) && !defined(CONFIG_HEADER_RC4_LOCL_H) 71#if defined(HEADER_RC4_LOCL_H) && !defined(CONFIG_HEADER_RC4_LOCL_H)