diff options
Diffstat (limited to 'src/lib/libcrypto/arch/i386/opensslconf.h')
-rw-r--r-- | src/lib/libcrypto/arch/i386/opensslconf.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/lib/libcrypto/arch/i386/opensslconf.h b/src/lib/libcrypto/arch/i386/opensslconf.h index a841ce590b..3afc97f29d 100644 --- a/src/lib/libcrypto/arch/i386/opensslconf.h +++ b/src/lib/libcrypto/arch/i386/opensslconf.h | |||
@@ -79,12 +79,6 @@ | |||
79 | #if defined(HEADER_DES_LOCL_H) && !defined(CONFIG_HEADER_DES_LOCL_H) | 79 | #if defined(HEADER_DES_LOCL_H) && !defined(CONFIG_HEADER_DES_LOCL_H) |
80 | #define CONFIG_HEADER_DES_LOCL_H | 80 | #define CONFIG_HEADER_DES_LOCL_H |
81 | #ifndef DES_DEFAULT_OPTIONS | 81 | #ifndef DES_DEFAULT_OPTIONS |
82 | /* the following is tweaked from a config script, that is why it is a | ||
83 | * protected undef/define */ | ||
84 | #ifndef DES_PTR | ||
85 | #define DES_PTR | ||
86 | #endif | ||
87 | |||
88 | /* Unroll the inner loop, this sometimes helps, sometimes hinders. | 82 | /* Unroll the inner loop, this sometimes helps, sometimes hinders. |
89 | * Very much CPU dependent */ | 83 | * Very much CPU dependent */ |
90 | #ifndef DES_UNROLL | 84 | #ifndef DES_UNROLL |