summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
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 */