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