aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTheo Buehler <tb@openbsd.org>2025-07-27 15:29:05 +0200
committerTheo Buehler <tb@openbsd.org>2025-07-27 15:29:19 +0200
commit7218171381e6ea7c64f34551418dfb160fd74a73 (patch)
tree7b83ccd9b3be67b81c66d494da6636e3d6adb5e1 /include
parent21026f5e2b13194df66c7dd16f07682a876a63eb (diff)
downloadportable-7218171381e6ea7c64f34551418dfb160fd74a73.tar.gz
portable-7218171381e6ea7c64f34551418dfb160fd74a73.tar.bz2
portable-7218171381e6ea7c64f34551418dfb160fd74a73.zip
Sync DES_UNROLL removal from opensslconf.h
Change-Id: I6a6a6964d015e92505a3a24785cdc3ea2535ad5e
Diffstat (limited to 'include')
-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 */