aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/arch/loongarch64/opensslconf.h12
-rw-r--r--include/arch/mips/opensslconf.h12
2 files changed, 0 insertions, 24 deletions
diff --git a/include/arch/loongarch64/opensslconf.h b/include/arch/loongarch64/opensslconf.h
index 67d9728..868066c 100644
--- a/include/arch/loongarch64/opensslconf.h
+++ b/include/arch/loongarch64/opensslconf.h
@@ -21,15 +21,3 @@
21#define RC4_CHUNK unsigned long 21#define RC4_CHUNK unsigned long
22#endif 22#endif
23#endif 23#endif
24
25#if defined(HEADER_DES_LOCL_H) && !defined(CONFIG_HEADER_DES_LOCL_H)
26#define CONFIG_HEADER_DES_LOCL_H
27#ifndef DES_DEFAULT_OPTIONS
28/* Unroll the inner loop, this sometimes helps, sometimes hinders.
29 * Very much CPU dependent */
30#ifndef DES_UNROLL
31#define DES_UNROLL
32#endif
33
34#endif /* DES_DEFAULT_OPTIONS */
35#endif /* HEADER_DES_LOCL_H */
diff --git a/include/arch/mips/opensslconf.h b/include/arch/mips/opensslconf.h
index d2fdbbb..dcbe113 100644
--- a/include/arch/mips/opensslconf.h
+++ b/include/arch/mips/opensslconf.h
@@ -21,15 +21,3 @@
21#undef RC4_CHUNK 21#undef RC4_CHUNK
22#endif 22#endif
23#endif 23#endif
24
25#if defined(HEADER_DES_LOCL_H) && !defined(CONFIG_HEADER_DES_LOCL_H)
26#define CONFIG_HEADER_DES_LOCL_H
27#ifndef DES_DEFAULT_OPTIONS
28/* Unroll the inner loop, this sometimes helps, sometimes hinders.
29 * Very much CPU dependent */
30#ifndef DES_UNROLL
31#define DES_UNROLL
32#endif
33
34#endif /* DES_DEFAULT_OPTIONS */
35#endif /* HEADER_DES_LOCL_H */