diff options
author | tb <> | 2025-06-08 07:37:50 +0000 |
---|---|---|
committer | tb <> | 2025-06-08 07:37:50 +0000 |
commit | ab9247a24c001be79a975265bccceee416cbcaa5 (patch) | |
tree | 9abf3fcc3e1de5ad26b870e3917ebbd0ad9f14db /src | |
parent | 7e6a4dfd130e96708d6f3300752059930e913297 (diff) | |
download | openbsd-ab9247a24c001be79a975265bccceee416cbcaa5.tar.gz openbsd-ab9247a24c001be79a975265bccceee416cbcaa5.tar.bz2 openbsd-ab9247a24c001be79a975265bccceee416cbcaa5.zip |
Garbage collect DES_PTR
pointed out by/ok jsing
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/libcrypto/arch/aarch64/opensslconf.h | 6 | ||||
-rw-r--r-- | src/lib/libcrypto/arch/alpha/opensslconf.h | 6 | ||||
-rw-r--r-- | src/lib/libcrypto/arch/amd64/opensslconf.h | 6 | ||||
-rw-r--r-- | src/lib/libcrypto/arch/arm/opensslconf.h | 6 | ||||
-rw-r--r-- | src/lib/libcrypto/arch/hppa/opensslconf.h | 6 | ||||
-rw-r--r-- | src/lib/libcrypto/arch/i386/opensslconf.h | 6 | ||||
-rw-r--r-- | src/lib/libcrypto/arch/m88k/opensslconf.h | 6 | ||||
-rw-r--r-- | src/lib/libcrypto/arch/mips64/opensslconf.h | 6 | ||||
-rw-r--r-- | src/lib/libcrypto/arch/powerpc/opensslconf.h | 6 | ||||
-rw-r--r-- | src/lib/libcrypto/arch/powerpc64/opensslconf.h | 6 | ||||
-rw-r--r-- | src/lib/libcrypto/arch/riscv64/opensslconf.h | 6 | ||||
-rw-r--r-- | src/lib/libcrypto/arch/sh/opensslconf.h | 6 | ||||
-rw-r--r-- | src/lib/libcrypto/arch/sparc64/opensslconf.h | 6 |
13 files changed, 0 insertions, 78 deletions
diff --git a/src/lib/libcrypto/arch/aarch64/opensslconf.h b/src/lib/libcrypto/arch/aarch64/opensslconf.h index 540e2a883a..cf94145a1e 100644 --- a/src/lib/libcrypto/arch/aarch64/opensslconf.h +++ b/src/lib/libcrypto/arch/aarch64/opensslconf.h | |||
@@ -79,12 +79,6 @@ | |||
79 | #if defined(HEADER_DES_LOCL_H) && !defined(CONFIG_HEADER_DES_LOCL_H) | 79 | #if defined(HEADER_DES_LOCL_H) && !defined(CONFIG_HEADER_DES_LOCL_H) |
80 | #define CONFIG_HEADER_DES_LOCL_H | 80 | #define CONFIG_HEADER_DES_LOCL_H |
81 | #ifndef DES_DEFAULT_OPTIONS | 81 | #ifndef DES_DEFAULT_OPTIONS |
82 | /* the following is tweaked from a config script, that is why it is a | ||
83 | * protected undef/define */ | ||
84 | #ifndef DES_PTR | ||
85 | #undef DES_PTR | ||
86 | #endif | ||
87 | |||
88 | /* Unroll the inner loop, this sometimes helps, sometimes hinders. | 82 | /* Unroll the inner loop, this sometimes helps, sometimes hinders. |
89 | * Very much CPU dependent */ | 83 | * Very much CPU dependent */ |
90 | #ifndef DES_UNROLL | 84 | #ifndef DES_UNROLL |
diff --git a/src/lib/libcrypto/arch/alpha/opensslconf.h b/src/lib/libcrypto/arch/alpha/opensslconf.h index fd0c0cac7f..37b5c08701 100644 --- a/src/lib/libcrypto/arch/alpha/opensslconf.h +++ b/src/lib/libcrypto/arch/alpha/opensslconf.h | |||
@@ -77,12 +77,6 @@ | |||
77 | #if defined(HEADER_DES_LOCL_H) && !defined(CONFIG_HEADER_DES_LOCL_H) | 77 | #if defined(HEADER_DES_LOCL_H) && !defined(CONFIG_HEADER_DES_LOCL_H) |
78 | #define CONFIG_HEADER_DES_LOCL_H | 78 | #define CONFIG_HEADER_DES_LOCL_H |
79 | #ifndef DES_DEFAULT_OPTIONS | 79 | #ifndef DES_DEFAULT_OPTIONS |
80 | /* the following is tweaked from a config script, that is why it is a | ||
81 | * protected undef/define */ | ||
82 | #ifndef DES_PTR | ||
83 | #define DES_PTR | ||
84 | #endif | ||
85 | |||
86 | /* Unroll the inner loop, this sometimes helps, sometimes hinders. | 80 | /* Unroll the inner loop, this sometimes helps, sometimes hinders. |
87 | * Very much CPU dependent */ | 81 | * Very much CPU dependent */ |
88 | #ifndef DES_UNROLL | 82 | #ifndef DES_UNROLL |
diff --git a/src/lib/libcrypto/arch/amd64/opensslconf.h b/src/lib/libcrypto/arch/amd64/opensslconf.h index fbcc122f48..d058975bfc 100644 --- a/src/lib/libcrypto/arch/amd64/opensslconf.h +++ b/src/lib/libcrypto/arch/amd64/opensslconf.h | |||
@@ -74,12 +74,6 @@ | |||
74 | #if defined(HEADER_DES_LOCL_H) && !defined(CONFIG_HEADER_DES_LOCL_H) | 74 | #if defined(HEADER_DES_LOCL_H) && !defined(CONFIG_HEADER_DES_LOCL_H) |
75 | #define CONFIG_HEADER_DES_LOCL_H | 75 | #define CONFIG_HEADER_DES_LOCL_H |
76 | #ifndef DES_DEFAULT_OPTIONS | 76 | #ifndef DES_DEFAULT_OPTIONS |
77 | /* the following is tweaked from a config script, that is why it is a | ||
78 | * protected undef/define */ | ||
79 | #ifndef DES_PTR | ||
80 | #undef DES_PTR | ||
81 | #endif | ||
82 | |||
83 | /* Unroll the inner loop, this sometimes helps, sometimes hinders. | 77 | /* Unroll the inner loop, this sometimes helps, sometimes hinders. |
84 | * Very much CPU dependent */ | 78 | * Very much CPU dependent */ |
85 | #ifndef DES_UNROLL | 79 | #ifndef DES_UNROLL |
diff --git a/src/lib/libcrypto/arch/arm/opensslconf.h b/src/lib/libcrypto/arch/arm/opensslconf.h index 5c09d6a158..36606f3575 100644 --- a/src/lib/libcrypto/arch/arm/opensslconf.h +++ b/src/lib/libcrypto/arch/arm/opensslconf.h | |||
@@ -79,12 +79,6 @@ | |||
79 | #if defined(HEADER_DES_LOCL_H) && !defined(CONFIG_HEADER_DES_LOCL_H) | 79 | #if defined(HEADER_DES_LOCL_H) && !defined(CONFIG_HEADER_DES_LOCL_H) |
80 | #define CONFIG_HEADER_DES_LOCL_H | 80 | #define CONFIG_HEADER_DES_LOCL_H |
81 | #ifndef DES_DEFAULT_OPTIONS | 81 | #ifndef DES_DEFAULT_OPTIONS |
82 | /* the following is tweaked from a config script, that is why it is a | ||
83 | * protected undef/define */ | ||
84 | #ifndef DES_PTR | ||
85 | #undef DES_PTR | ||
86 | #endif | ||
87 | |||
88 | /* Unroll the inner loop, this sometimes helps, sometimes hinders. | 82 | /* Unroll the inner loop, this sometimes helps, sometimes hinders. |
89 | * Very much CPU dependent */ | 83 | * Very much CPU dependent */ |
90 | #ifndef DES_UNROLL | 84 | #ifndef DES_UNROLL |
diff --git a/src/lib/libcrypto/arch/hppa/opensslconf.h b/src/lib/libcrypto/arch/hppa/opensslconf.h index 5c09d6a158..36606f3575 100644 --- a/src/lib/libcrypto/arch/hppa/opensslconf.h +++ b/src/lib/libcrypto/arch/hppa/opensslconf.h | |||
@@ -79,12 +79,6 @@ | |||
79 | #if defined(HEADER_DES_LOCL_H) && !defined(CONFIG_HEADER_DES_LOCL_H) | 79 | #if defined(HEADER_DES_LOCL_H) && !defined(CONFIG_HEADER_DES_LOCL_H) |
80 | #define CONFIG_HEADER_DES_LOCL_H | 80 | #define CONFIG_HEADER_DES_LOCL_H |
81 | #ifndef DES_DEFAULT_OPTIONS | 81 | #ifndef DES_DEFAULT_OPTIONS |
82 | /* the following is tweaked from a config script, that is why it is a | ||
83 | * protected undef/define */ | ||
84 | #ifndef DES_PTR | ||
85 | #undef DES_PTR | ||
86 | #endif | ||
87 | |||
88 | /* Unroll the inner loop, this sometimes helps, sometimes hinders. | 82 | /* Unroll the inner loop, this sometimes helps, sometimes hinders. |
89 | * Very much CPU dependent */ | 83 | * Very much CPU dependent */ |
90 | #ifndef DES_UNROLL | 84 | #ifndef DES_UNROLL |
diff --git a/src/lib/libcrypto/arch/i386/opensslconf.h b/src/lib/libcrypto/arch/i386/opensslconf.h index a841ce590b..3afc97f29d 100644 --- a/src/lib/libcrypto/arch/i386/opensslconf.h +++ b/src/lib/libcrypto/arch/i386/opensslconf.h | |||
@@ -79,12 +79,6 @@ | |||
79 | #if defined(HEADER_DES_LOCL_H) && !defined(CONFIG_HEADER_DES_LOCL_H) | 79 | #if defined(HEADER_DES_LOCL_H) && !defined(CONFIG_HEADER_DES_LOCL_H) |
80 | #define CONFIG_HEADER_DES_LOCL_H | 80 | #define CONFIG_HEADER_DES_LOCL_H |
81 | #ifndef DES_DEFAULT_OPTIONS | 81 | #ifndef DES_DEFAULT_OPTIONS |
82 | /* the following is tweaked from a config script, that is why it is a | ||
83 | * protected undef/define */ | ||
84 | #ifndef DES_PTR | ||
85 | #define DES_PTR | ||
86 | #endif | ||
87 | |||
88 | /* Unroll the inner loop, this sometimes helps, sometimes hinders. | 82 | /* Unroll the inner loop, this sometimes helps, sometimes hinders. |
89 | * Very much CPU dependent */ | 83 | * Very much CPU dependent */ |
90 | #ifndef DES_UNROLL | 84 | #ifndef DES_UNROLL |
diff --git a/src/lib/libcrypto/arch/m88k/opensslconf.h b/src/lib/libcrypto/arch/m88k/opensslconf.h index 5c09d6a158..36606f3575 100644 --- a/src/lib/libcrypto/arch/m88k/opensslconf.h +++ b/src/lib/libcrypto/arch/m88k/opensslconf.h | |||
@@ -79,12 +79,6 @@ | |||
79 | #if defined(HEADER_DES_LOCL_H) && !defined(CONFIG_HEADER_DES_LOCL_H) | 79 | #if defined(HEADER_DES_LOCL_H) && !defined(CONFIG_HEADER_DES_LOCL_H) |
80 | #define CONFIG_HEADER_DES_LOCL_H | 80 | #define CONFIG_HEADER_DES_LOCL_H |
81 | #ifndef DES_DEFAULT_OPTIONS | 81 | #ifndef DES_DEFAULT_OPTIONS |
82 | /* the following is tweaked from a config script, that is why it is a | ||
83 | * protected undef/define */ | ||
84 | #ifndef DES_PTR | ||
85 | #undef DES_PTR | ||
86 | #endif | ||
87 | |||
88 | /* Unroll the inner loop, this sometimes helps, sometimes hinders. | 82 | /* Unroll the inner loop, this sometimes helps, sometimes hinders. |
89 | * Very much CPU dependent */ | 83 | * Very much CPU dependent */ |
90 | #ifndef DES_UNROLL | 84 | #ifndef DES_UNROLL |
diff --git a/src/lib/libcrypto/arch/mips64/opensslconf.h b/src/lib/libcrypto/arch/mips64/opensslconf.h index 8b92729d33..e68c82131e 100644 --- a/src/lib/libcrypto/arch/mips64/opensslconf.h +++ b/src/lib/libcrypto/arch/mips64/opensslconf.h | |||
@@ -79,12 +79,6 @@ | |||
79 | #if defined(HEADER_DES_LOCL_H) && !defined(CONFIG_HEADER_DES_LOCL_H) | 79 | #if defined(HEADER_DES_LOCL_H) && !defined(CONFIG_HEADER_DES_LOCL_H) |
80 | #define CONFIG_HEADER_DES_LOCL_H | 80 | #define CONFIG_HEADER_DES_LOCL_H |
81 | #ifndef DES_DEFAULT_OPTIONS | 81 | #ifndef DES_DEFAULT_OPTIONS |
82 | /* the following is tweaked from a config script, that is why it is a | ||
83 | * protected undef/define */ | ||
84 | #ifndef DES_PTR | ||
85 | #define DES_PTR | ||
86 | #endif | ||
87 | |||
88 | /* Unroll the inner loop, this sometimes helps, sometimes hinders. | 82 | /* Unroll the inner loop, this sometimes helps, sometimes hinders. |
89 | * Very much CPU dependent */ | 83 | * Very much CPU dependent */ |
90 | #ifndef DES_UNROLL | 84 | #ifndef DES_UNROLL |
diff --git a/src/lib/libcrypto/arch/powerpc/opensslconf.h b/src/lib/libcrypto/arch/powerpc/opensslconf.h index 5c09d6a158..36606f3575 100644 --- a/src/lib/libcrypto/arch/powerpc/opensslconf.h +++ b/src/lib/libcrypto/arch/powerpc/opensslconf.h | |||
@@ -79,12 +79,6 @@ | |||
79 | #if defined(HEADER_DES_LOCL_H) && !defined(CONFIG_HEADER_DES_LOCL_H) | 79 | #if defined(HEADER_DES_LOCL_H) && !defined(CONFIG_HEADER_DES_LOCL_H) |
80 | #define CONFIG_HEADER_DES_LOCL_H | 80 | #define CONFIG_HEADER_DES_LOCL_H |
81 | #ifndef DES_DEFAULT_OPTIONS | 81 | #ifndef DES_DEFAULT_OPTIONS |
82 | /* the following is tweaked from a config script, that is why it is a | ||
83 | * protected undef/define */ | ||
84 | #ifndef DES_PTR | ||
85 | #undef DES_PTR | ||
86 | #endif | ||
87 | |||
88 | /* Unroll the inner loop, this sometimes helps, sometimes hinders. | 82 | /* Unroll the inner loop, this sometimes helps, sometimes hinders. |
89 | * Very much CPU dependent */ | 83 | * Very much CPU dependent */ |
90 | #ifndef DES_UNROLL | 84 | #ifndef DES_UNROLL |
diff --git a/src/lib/libcrypto/arch/powerpc64/opensslconf.h b/src/lib/libcrypto/arch/powerpc64/opensslconf.h index fbcc122f48..d058975bfc 100644 --- a/src/lib/libcrypto/arch/powerpc64/opensslconf.h +++ b/src/lib/libcrypto/arch/powerpc64/opensslconf.h | |||
@@ -74,12 +74,6 @@ | |||
74 | #if defined(HEADER_DES_LOCL_H) && !defined(CONFIG_HEADER_DES_LOCL_H) | 74 | #if defined(HEADER_DES_LOCL_H) && !defined(CONFIG_HEADER_DES_LOCL_H) |
75 | #define CONFIG_HEADER_DES_LOCL_H | 75 | #define CONFIG_HEADER_DES_LOCL_H |
76 | #ifndef DES_DEFAULT_OPTIONS | 76 | #ifndef DES_DEFAULT_OPTIONS |
77 | /* the following is tweaked from a config script, that is why it is a | ||
78 | * protected undef/define */ | ||
79 | #ifndef DES_PTR | ||
80 | #undef DES_PTR | ||
81 | #endif | ||
82 | |||
83 | /* Unroll the inner loop, this sometimes helps, sometimes hinders. | 77 | /* Unroll the inner loop, this sometimes helps, sometimes hinders. |
84 | * Very much CPU dependent */ | 78 | * Very much CPU dependent */ |
85 | #ifndef DES_UNROLL | 79 | #ifndef DES_UNROLL |
diff --git a/src/lib/libcrypto/arch/riscv64/opensslconf.h b/src/lib/libcrypto/arch/riscv64/opensslconf.h index 540e2a883a..cf94145a1e 100644 --- a/src/lib/libcrypto/arch/riscv64/opensslconf.h +++ b/src/lib/libcrypto/arch/riscv64/opensslconf.h | |||
@@ -79,12 +79,6 @@ | |||
79 | #if defined(HEADER_DES_LOCL_H) && !defined(CONFIG_HEADER_DES_LOCL_H) | 79 | #if defined(HEADER_DES_LOCL_H) && !defined(CONFIG_HEADER_DES_LOCL_H) |
80 | #define CONFIG_HEADER_DES_LOCL_H | 80 | #define CONFIG_HEADER_DES_LOCL_H |
81 | #ifndef DES_DEFAULT_OPTIONS | 81 | #ifndef DES_DEFAULT_OPTIONS |
82 | /* the following is tweaked from a config script, that is why it is a | ||
83 | * protected undef/define */ | ||
84 | #ifndef DES_PTR | ||
85 | #undef DES_PTR | ||
86 | #endif | ||
87 | |||
88 | /* Unroll the inner loop, this sometimes helps, sometimes hinders. | 82 | /* Unroll the inner loop, this sometimes helps, sometimes hinders. |
89 | * Very much CPU dependent */ | 83 | * Very much CPU dependent */ |
90 | #ifndef DES_UNROLL | 84 | #ifndef DES_UNROLL |
diff --git a/src/lib/libcrypto/arch/sh/opensslconf.h b/src/lib/libcrypto/arch/sh/opensslconf.h index 5c09d6a158..36606f3575 100644 --- a/src/lib/libcrypto/arch/sh/opensslconf.h +++ b/src/lib/libcrypto/arch/sh/opensslconf.h | |||
@@ -79,12 +79,6 @@ | |||
79 | #if defined(HEADER_DES_LOCL_H) && !defined(CONFIG_HEADER_DES_LOCL_H) | 79 | #if defined(HEADER_DES_LOCL_H) && !defined(CONFIG_HEADER_DES_LOCL_H) |
80 | #define CONFIG_HEADER_DES_LOCL_H | 80 | #define CONFIG_HEADER_DES_LOCL_H |
81 | #ifndef DES_DEFAULT_OPTIONS | 81 | #ifndef DES_DEFAULT_OPTIONS |
82 | /* the following is tweaked from a config script, that is why it is a | ||
83 | * protected undef/define */ | ||
84 | #ifndef DES_PTR | ||
85 | #undef DES_PTR | ||
86 | #endif | ||
87 | |||
88 | /* Unroll the inner loop, this sometimes helps, sometimes hinders. | 82 | /* Unroll the inner loop, this sometimes helps, sometimes hinders. |
89 | * Very much CPU dependent */ | 83 | * Very much CPU dependent */ |
90 | #ifndef DES_UNROLL | 84 | #ifndef DES_UNROLL |
diff --git a/src/lib/libcrypto/arch/sparc64/opensslconf.h b/src/lib/libcrypto/arch/sparc64/opensslconf.h index 8b92729d33..e68c82131e 100644 --- a/src/lib/libcrypto/arch/sparc64/opensslconf.h +++ b/src/lib/libcrypto/arch/sparc64/opensslconf.h | |||
@@ -79,12 +79,6 @@ | |||
79 | #if defined(HEADER_DES_LOCL_H) && !defined(CONFIG_HEADER_DES_LOCL_H) | 79 | #if defined(HEADER_DES_LOCL_H) && !defined(CONFIG_HEADER_DES_LOCL_H) |
80 | #define CONFIG_HEADER_DES_LOCL_H | 80 | #define CONFIG_HEADER_DES_LOCL_H |
81 | #ifndef DES_DEFAULT_OPTIONS | 81 | #ifndef DES_DEFAULT_OPTIONS |
82 | /* the following is tweaked from a config script, that is why it is a | ||
83 | * protected undef/define */ | ||
84 | #ifndef DES_PTR | ||
85 | #define DES_PTR | ||
86 | #endif | ||
87 | |||
88 | /* Unroll the inner loop, this sometimes helps, sometimes hinders. | 82 | /* Unroll the inner loop, this sometimes helps, sometimes hinders. |
89 | * Very much CPU dependent */ | 83 | * Very much CPU dependent */ |
90 | #ifndef DES_UNROLL | 84 | #ifndef DES_UNROLL |