summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/arch/amd64
diff options
context:
space:
mode:
authortb <>2025-06-05 06:37:26 +0000
committertb <>2025-06-05 06:37:26 +0000
commitda214f7dcc24dcb9b24028c1aaca17f104cf4496 (patch)
treee60f0ad0bc647c33aeed078c9eede0c2bb83ae45 /src/lib/libcrypto/arch/amd64
parentf4308066fb966780defb43b35768921d39161319 (diff)
downloadopenbsd-da214f7dcc24dcb9b24028c1aaca17f104cf4496.tar.gz
openbsd-da214f7dcc24dcb9b24028c1aaca17f104cf4496.tar.bz2
openbsd-da214f7dcc24dcb9b24028c1aaca17f104cf4496.zip
Rename the header guard of des.h with HEADER_DES_H
libdes is dead, Jim. Only its successors continue to haunt us. discussed with jsing
Diffstat (limited to 'src/lib/libcrypto/arch/amd64')
-rw-r--r--src/lib/libcrypto/arch/amd64/opensslconf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libcrypto/arch/amd64/opensslconf.h b/src/lib/libcrypto/arch/amd64/opensslconf.h
index eb8b812d84..e4868597f2 100644
--- a/src/lib/libcrypto/arch/amd64/opensslconf.h
+++ b/src/lib/libcrypto/arch/amd64/opensslconf.h
@@ -46,7 +46,7 @@
46#endif 46#endif
47#endif 47#endif
48 48
49#if defined(HEADER_NEW_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