diff options
Diffstat (limited to 'src/lib/libcrypto/arch/arm')
-rw-r--r-- | src/lib/libcrypto/arch/arm/opensslconf.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/lib/libcrypto/arch/arm/opensslconf.h b/src/lib/libcrypto/arch/arm/opensslconf.h index 3413abb672..98dcfee3a1 100644 --- a/src/lib/libcrypto/arch/arm/opensslconf.h +++ b/src/lib/libcrypto/arch/arm/opensslconf.h | |||
@@ -65,13 +65,6 @@ | |||
65 | #undef EIGHT_BIT | 65 | #undef EIGHT_BIT |
66 | #endif | 66 | #endif |
67 | 67 | ||
68 | #if defined(HEADER_RC4_LOCL_H) && !defined(CONFIG_HEADER_RC4_LOCL_H) | ||
69 | #define CONFIG_HEADER_RC4_LOCL_H | ||
70 | /* if this is defined data[i] is used instead of *data, this is a %20 | ||
71 | * speedup on x86 */ | ||
72 | #define RC4_INDEX | ||
73 | #endif | ||
74 | |||
75 | #if defined(HEADER_BF_LOCL_H) && !defined(CONFIG_HEADER_BF_LOCL_H) | 68 | #if defined(HEADER_BF_LOCL_H) && !defined(CONFIG_HEADER_BF_LOCL_H) |
76 | #define CONFIG_HEADER_BF_LOCL_H | 69 | #define CONFIG_HEADER_BF_LOCL_H |
77 | #undef BF_PTR | 70 | #undef BF_PTR |