diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/libcrypto/arch/sh/opensslconf.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/lib/libcrypto/arch/sh/opensslconf.h b/src/lib/libcrypto/arch/sh/opensslconf.h index 57e562d776..ee2111390a 100644 --- a/src/lib/libcrypto/arch/sh/opensslconf.h +++ b/src/lib/libcrypto/arch/sh/opensslconf.h | |||
@@ -22,14 +22,6 @@ | |||
22 | #endif | 22 | #endif |
23 | #endif | 23 | #endif |
24 | 24 | ||
25 | #if defined(HEADER_DES_H) && !defined(DES_LONG) | ||
26 | /* If this is set to 'unsigned int' on a DEC Alpha, this gives about a | ||
27 | * %20 speed up (longs are 8 bytes, int's are 4). */ | ||
28 | #ifndef DES_LONG | ||
29 | #define DES_LONG unsigned int | ||
30 | #endif | ||
31 | #endif | ||
32 | |||
33 | #if defined(HEADER_BN_H) && !defined(CONFIG_HEADER_BN_H) | 25 | #if defined(HEADER_BN_H) && !defined(CONFIG_HEADER_BN_H) |
34 | #define CONFIG_HEADER_BN_H | 26 | #define CONFIG_HEADER_BN_H |
35 | #define BN_LLONG | 27 | #define BN_LLONG |