From ab9247a24c001be79a975265bccceee416cbcaa5 Mon Sep 17 00:00:00 2001 From: tb <> Date: Sun, 8 Jun 2025 07:37:50 +0000 Subject: Garbage collect DES_PTR pointed out by/ok jsing --- src/lib/libcrypto/arch/powerpc/opensslconf.h | 6 ------ 1 file changed, 6 deletions(-) (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 5c09d6a158..36606f3575 100644 --- a/src/lib/libcrypto/arch/powerpc/opensslconf.h +++ b/src/lib/libcrypto/arch/powerpc/opensslconf.h @@ -79,12 +79,6 @@ #if defined(HEADER_DES_LOCL_H) && !defined(CONFIG_HEADER_DES_LOCL_H) #define CONFIG_HEADER_DES_LOCL_H #ifndef DES_DEFAULT_OPTIONS -/* the following is tweaked from a config script, that is why it is a - * protected undef/define */ -#ifndef DES_PTR -#undef DES_PTR -#endif - /* Unroll the inner loop, this sometimes helps, sometimes hinders. * Very much CPU dependent */ #ifndef DES_UNROLL -- cgit v1.2.3-55-g6feb