aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTheo Buehler <tb@openbsd.org>2025-06-05 08:39:51 +0200
committerTheo Buehler <tb@openbsd.org>2025-06-05 08:40:54 +0200
commitdd7ad9c30bffa62c6ef063685d2c1646a37728f6 (patch)
tree30160486e2f84866cfc33add1910adc23757fb10 /include
parentbad9c1b83ae53aaf358eba4bab1b0bbc700d075b (diff)
downloadportable-dd7ad9c30bffa62c6ef063685d2c1646a37728f6.tar.gz
portable-dd7ad9c30bffa62c6ef063685d2c1646a37728f6.tar.bz2
portable-dd7ad9c30bffa62c6ef063685d2c1646a37728f6.zip
sync opensslconf.h: only HEADER_DES_H remains
Change-Id: I6a6a6964d1f15bb620559cb4eaa57d323fe5e6f0
Diffstat (limited to 'include')
-rw-r--r--include/arch/loongarch64/opensslconf.h2
-rw-r--r--include/arch/mips/opensslconf.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/include/arch/loongarch64/opensslconf.h b/include/arch/loongarch64/opensslconf.h
index 9a01867..02ef2b7 100644
--- a/include/arch/loongarch64/opensslconf.h
+++ b/include/arch/loongarch64/opensslconf.h
@@ -46,7 +46,7 @@
46#endif 46#endif
47#endif 47#endif
48 48
49#if (defined(HEADER_NEW_DES_H) || defined(HEADER_DES_H)) && !defined(DES_LONG) 49#if defined(HEADER_DES_H) && !defined(DES_LONG)
50/* If this is set to 'unsigned int' on a DEC Alpha, this gives about a 50/* If this is set to 'unsigned int' on a DEC Alpha, this gives about a
51 * %20 speed up (longs are 8 bytes, int's are 4). */ 51 * %20 speed up (longs are 8 bytes, int's are 4). */
52#ifndef DES_LONG 52#ifndef DES_LONG
diff --git a/include/arch/mips/opensslconf.h b/include/arch/mips/opensslconf.h
index a081a45..4fb2f08 100644
--- a/include/arch/mips/opensslconf.h
+++ b/include/arch/mips/opensslconf.h
@@ -46,7 +46,7 @@
46#endif 46#endif
47#endif 47#endif
48 48
49#if (defined(HEADER_NEW_DES_H) || defined(HEADER_DES_H)) && !defined(DES_LONG) 49#if defined(HEADER_DES_H) && !defined(DES_LONG)
50/* If this is set to 'unsigned int' on a DEC Alpha, this gives about a 50/* If this is set to 'unsigned int' on a DEC Alpha, this gives about a
51 * %20 speed up (longs are 8 bytes, int's are 4). */ 51 * %20 speed up (longs are 8 bytes, int's are 4). */
52#ifndef DES_LONG 52#ifndef DES_LONG