summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorjsing <>2025-07-27 13:27:09 +0000
committerjsing <>2025-07-27 13:27:09 +0000
commit599b3fd3a83a856b8a4b92117e0c4e186c9a6f54 (patch)
tree1a29cd7a3d0b40903e555f6e0a95d1575b788841 /src
parent305717a23aaf1a0716fdfeb5149ac4a9b8e3393a (diff)
downloadopenbsd-599b3fd3a83a856b8a4b92117e0c4e186c9a6f54.tar.gz
openbsd-599b3fd3a83a856b8a4b92117e0c4e186c9a6f54.tar.bz2
openbsd-599b3fd3a83a856b8a4b92117e0c4e186c9a6f54.zip
Remove DES_UNROLL from opensslconf.h.
This is no longer used in the DES code. ok tb@
Diffstat (limited to 'src')
-rw-r--r--src/lib/libcrypto/arch/aarch64/opensslconf.h12
-rw-r--r--src/lib/libcrypto/arch/alpha/opensslconf.h12
-rw-r--r--src/lib/libcrypto/arch/amd64/opensslconf.h12
-rw-r--r--src/lib/libcrypto/arch/arm/opensslconf.h12
-rw-r--r--src/lib/libcrypto/arch/hppa/opensslconf.h12
-rw-r--r--src/lib/libcrypto/arch/i386/opensslconf.h12
-rw-r--r--src/lib/libcrypto/arch/m88k/opensslconf.h12
-rw-r--r--src/lib/libcrypto/arch/mips64/opensslconf.h12
-rw-r--r--src/lib/libcrypto/arch/powerpc/opensslconf.h12
-rw-r--r--src/lib/libcrypto/arch/powerpc64/opensslconf.h12
-rw-r--r--src/lib/libcrypto/arch/riscv64/opensslconf.h12
-rw-r--r--src/lib/libcrypto/arch/sh/opensslconf.h12
-rw-r--r--src/lib/libcrypto/arch/sparc64/opensslconf.h12
13 files changed, 0 insertions, 156 deletions
diff --git a/src/lib/libcrypto/arch/aarch64/opensslconf.h b/src/lib/libcrypto/arch/aarch64/opensslconf.h
index 67d9728afa..868066c75e 100644
--- a/src/lib/libcrypto/arch/aarch64/opensslconf.h
+++ b/src/lib/libcrypto/arch/aarch64/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/src/lib/libcrypto/arch/alpha/opensslconf.h b/src/lib/libcrypto/arch/alpha/opensslconf.h
index 055ad52cbc..868066c75e 100644
--- a/src/lib/libcrypto/arch/alpha/opensslconf.h
+++ b/src/lib/libcrypto/arch/alpha/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#undef DES_UNROLL
32#endif
33
34#endif /* DES_DEFAULT_OPTIONS */
35#endif /* HEADER_DES_LOCL_H */
diff --git a/src/lib/libcrypto/arch/amd64/opensslconf.h b/src/lib/libcrypto/arch/amd64/opensslconf.h
index 67d9728afa..868066c75e 100644
--- a/src/lib/libcrypto/arch/amd64/opensslconf.h
+++ b/src/lib/libcrypto/arch/amd64/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/src/lib/libcrypto/arch/arm/opensslconf.h b/src/lib/libcrypto/arch/arm/opensslconf.h
index d2fdbbbf59..dcbe113864 100644
--- a/src/lib/libcrypto/arch/arm/opensslconf.h
+++ b/src/lib/libcrypto/arch/arm/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 */
diff --git a/src/lib/libcrypto/arch/hppa/opensslconf.h b/src/lib/libcrypto/arch/hppa/opensslconf.h
index d2fdbbbf59..dcbe113864 100644
--- a/src/lib/libcrypto/arch/hppa/opensslconf.h
+++ b/src/lib/libcrypto/arch/hppa/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 */
diff --git a/src/lib/libcrypto/arch/i386/opensslconf.h b/src/lib/libcrypto/arch/i386/opensslconf.h
index d2fdbbbf59..dcbe113864 100644
--- a/src/lib/libcrypto/arch/i386/opensslconf.h
+++ b/src/lib/libcrypto/arch/i386/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 */
diff --git a/src/lib/libcrypto/arch/m88k/opensslconf.h b/src/lib/libcrypto/arch/m88k/opensslconf.h
index d2fdbbbf59..dcbe113864 100644
--- a/src/lib/libcrypto/arch/m88k/opensslconf.h
+++ b/src/lib/libcrypto/arch/m88k/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 */
diff --git a/src/lib/libcrypto/arch/mips64/opensslconf.h b/src/lib/libcrypto/arch/mips64/opensslconf.h
index 055ad52cbc..868066c75e 100644
--- a/src/lib/libcrypto/arch/mips64/opensslconf.h
+++ b/src/lib/libcrypto/arch/mips64/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#undef DES_UNROLL
32#endif
33
34#endif /* DES_DEFAULT_OPTIONS */
35#endif /* HEADER_DES_LOCL_H */
diff --git a/src/lib/libcrypto/arch/powerpc/opensslconf.h b/src/lib/libcrypto/arch/powerpc/opensslconf.h
index d2fdbbbf59..dcbe113864 100644
--- a/src/lib/libcrypto/arch/powerpc/opensslconf.h
+++ b/src/lib/libcrypto/arch/powerpc/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 */
diff --git a/src/lib/libcrypto/arch/powerpc64/opensslconf.h b/src/lib/libcrypto/arch/powerpc64/opensslconf.h
index 67d9728afa..868066c75e 100644
--- a/src/lib/libcrypto/arch/powerpc64/opensslconf.h
+++ b/src/lib/libcrypto/arch/powerpc64/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/src/lib/libcrypto/arch/riscv64/opensslconf.h b/src/lib/libcrypto/arch/riscv64/opensslconf.h
index 67d9728afa..868066c75e 100644
--- a/src/lib/libcrypto/arch/riscv64/opensslconf.h
+++ b/src/lib/libcrypto/arch/riscv64/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/src/lib/libcrypto/arch/sh/opensslconf.h b/src/lib/libcrypto/arch/sh/opensslconf.h
index d2fdbbbf59..dcbe113864 100644
--- a/src/lib/libcrypto/arch/sh/opensslconf.h
+++ b/src/lib/libcrypto/arch/sh/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 */
diff --git a/src/lib/libcrypto/arch/sparc64/opensslconf.h b/src/lib/libcrypto/arch/sparc64/opensslconf.h
index 055ad52cbc..868066c75e 100644
--- a/src/lib/libcrypto/arch/sparc64/opensslconf.h
+++ b/src/lib/libcrypto/arch/sparc64/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#undef DES_UNROLL
32#endif
33
34#endif /* DES_DEFAULT_OPTIONS */
35#endif /* HEADER_DES_LOCL_H */