summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/arch/sparc64/opensslconf.h
diff options
context:
space:
mode:
authortb <>2025-06-08 07:37:50 +0000
committertb <>2025-06-08 07:37:50 +0000
commitab9247a24c001be79a975265bccceee416cbcaa5 (patch)
tree9abf3fcc3e1de5ad26b870e3917ebbd0ad9f14db /src/lib/libcrypto/arch/sparc64/opensslconf.h
parent7e6a4dfd130e96708d6f3300752059930e913297 (diff)
downloadopenbsd-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/sparc64/opensslconf.h')
-rw-r--r--src/lib/libcrypto/arch/sparc64/opensslconf.h6
1 files changed, 0 insertions, 6 deletions
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