summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/arch/arm
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/lib/libcrypto/arch/arm/opensslconf.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/lib/libcrypto/arch/arm/opensslconf.h b/src/lib/libcrypto/arch/arm/opensslconf.h
index dcbe113864..c31bcc01ad 100644
--- a/src/lib/libcrypto/arch/arm/opensslconf.h
+++ b/src/lib/libcrypto/arch/arm/opensslconf.h
@@ -11,13 +11,3 @@
11#define OPENSSL_LINE __LINE__ 11#define OPENSSL_LINE __LINE__
12#endif 12#endif
13#endif 13#endif
14
15#if defined(HEADER_RC4_H)
16#if !defined(RC4_CHUNK)
17/*
18 * This enables code handling data aligned at natural CPU word
19 * boundary. See crypto/rc4/rc4_enc.c for further details.
20 */
21#undef RC4_CHUNK
22#endif
23#endif