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
commit06de007c962f62c995dc5634c9c24d492188ab22 (patch)
tree1a29cd7a3d0b40903e555f6e0a95d1575b788841 /src
parent74f6d5e90112cc06125b3c0d88b91c6448ef5d90 (diff)
downloadopenbsd-06de007c962f62c995dc5634c9c24d492188ab22.tar.gz
openbsd-06de007c962f62c995dc5634c9c24d492188ab22.tar.bz2
openbsd-06de007c962f62c995dc5634c9c24d492188ab22.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 */