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/lib/libcrypto/arch/amd64 | |
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/lib/libcrypto/arch/amd64')
-rw-r--r-- | src/lib/libcrypto/arch/amd64/opensslconf.h | 6 |
1 files changed, 0 insertions, 6 deletions
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 |