summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/arch/alpha
diff options
context:
space:
mode:
authortb <>2025-06-08 07:37:50 +0000
committertb <>2025-06-08 07:37:50 +0000
commit9ce981db9641b380ed2c9028a3baeee328313db0 (patch)
tree9abf3fcc3e1de5ad26b870e3917ebbd0ad9f14db /src/lib/libcrypto/arch/alpha
parenta57d5d467aca7987cf2308d0eed9025f200e569d (diff)
downloadopenbsd-9ce981db9641b380ed2c9028a3baeee328313db0.tar.gz
openbsd-9ce981db9641b380ed2c9028a3baeee328313db0.tar.bz2
openbsd-9ce981db9641b380ed2c9028a3baeee328313db0.zip
Garbage collect DES_PTR
pointed out by/ok jsing
Diffstat (limited to 'src/lib/libcrypto/arch/alpha')
-rw-r--r--src/lib/libcrypto/arch/alpha/opensslconf.h6
1 files changed, 0 insertions, 6 deletions
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