From 2a0571ece2167d3ea8ca9a781bd26264f7f9ed5c Mon Sep 17 00:00:00 2001 From: Theo Buehler Date: Mon, 9 Jun 2025 10:54:04 +0200 Subject: Remove DES_PTR --- include/arch/loongarch64/opensslconf.h | 6 ------ include/arch/mips/opensslconf.h | 6 ------ 2 files changed, 12 deletions(-) (limited to 'include') 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 @@ #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 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 @@ #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