From 1a45d378f533417c698f15c1ae6c881de2128dda Mon Sep 17 00:00:00 2001 From: tb <> Date: Thu, 5 Jun 2025 06:37:26 +0000 Subject: 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 --- src/lib/libcrypto/arch/powerpc/opensslconf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/libcrypto/arch/powerpc') diff --git a/src/lib/libcrypto/arch/powerpc/opensslconf.h b/src/lib/libcrypto/arch/powerpc/opensslconf.h index 958c01246b..4fb2f080e6 100644 --- a/src/lib/libcrypto/arch/powerpc/opensslconf.h +++ b/src/lib/libcrypto/arch/powerpc/opensslconf.h @@ -46,7 +46,7 @@ #endif #endif -#if defined(HEADER_NEW_DES_H) && !defined(DES_LONG) +#if defined(HEADER_DES_H) && !defined(DES_LONG) /* If this is set to 'unsigned int' on a DEC Alpha, this gives about a * %20 speed up (longs are 8 bytes, int's are 4). */ #ifndef DES_LONG -- cgit v1.2.3-55-g6feb