Index: openssl/crypto/opensslconf.h.in |
=================================================================== |
--- openssl/crypto/opensslconf.h.in (revision 105093) |
+++ openssl/crypto/opensslconf.h.in (working copy) |
@@ -1,20 +1,5 @@ |
/* crypto/opensslconf.h.in */ |
-#ifdef OPENSSL_DOING_MAKEDEPEND |
- |
-/* Include any symbols here that have to be explicitly set to enable a feature |
- * that should be visible to makedepend. |
- * |
- * [Our "make depend" doesn't actually look at this, we use actual build settings |
- * instead; we want to make it easy to remove subdirectories with disabled algorithms.] |
- */ |
- |
-#ifndef OPENSSL_FIPS |
-#define OPENSSL_FIPS |
-#endif |
- |
-#endif |
- |
/* Generate 80386 code? */ |
#undef I386_ONLY |
@@ -78,14 +63,9 @@ |
/* Should we define BN_DIV2W here? */ |
/* Only one for the following should be defined */ |
-/* The prime number generation stuff may not work when |
- * EIGHT_BIT but I don't care since I've only used this mode |
- * for debuging the bignum libraries */ |
#undef SIXTY_FOUR_BIT_LONG |
#undef SIXTY_FOUR_BIT |
#define THIRTY_TWO_BIT |
-#undef SIXTEEN_BIT |
-#undef EIGHT_BIT |
#endif |
#if defined(HEADER_RC4_LOCL_H) && !defined(CONFIG_HEADER_RC4_LOCL_H) |