aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTheo Buehler <tb@openbsd.org>2025-06-09 10:54:04 +0200
committerTheo Buehler <tb@openbsd.org>2025-06-09 10:54:35 +0200
commit2a0571ece2167d3ea8ca9a781bd26264f7f9ed5c (patch)
tree17ab61eb1ffe3d0f11c18d890fe1f87d133025a3 /include
parentfde752e948367230a8d92f491d4c85b03c9dcb82 (diff)
downloadportable-2a0571ece2167d3ea8ca9a781bd26264f7f9ed5c.tar.gz
portable-2a0571ece2167d3ea8ca9a781bd26264f7f9ed5c.tar.bz2
portable-2a0571ece2167d3ea8ca9a781bd26264f7f9ed5c.zip
Remove DES_PTR
Diffstat (limited to 'include')
-rw-r--r--include/arch/loongarch64/opensslconf.h6
-rw-r--r--include/arch/mips/opensslconf.h6
2 files changed, 0 insertions, 12 deletions
diff --git a/include/arch/loongarch64/opensslconf.h b/include/arch/loongarch64/opensslconf.h
index 540e2a8..cf94145 100644
--- a/include/arch/loongarch64/opensslconf.h
+++ b/include/arch/loongarch64/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/include/arch/mips/opensslconf.h b/include/arch/mips/opensslconf.h
index 5c09d6a..36606f3 100644
--- a/include/arch/mips/opensslconf.h
+++ b/include/arch/mips/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