From 7218171381e6ea7c64f34551418dfb160fd74a73 Mon Sep 17 00:00:00 2001 From: Theo Buehler Date: Sun, 27 Jul 2025 15:29:05 +0200 Subject: Sync DES_UNROLL removal from opensslconf.h Change-Id: I6a6a6964d015e92505a3a24785cdc3ea2535ad5e --- include/arch/loongarch64/opensslconf.h | 12 ------------ include/arch/mips/opensslconf.h | 12 ------------ 2 files changed, 24 deletions(-) (limited to 'include') diff --git a/include/arch/loongarch64/opensslconf.h b/include/arch/loongarch64/opensslconf.h index 67d9728..868066c 100644 --- a/include/arch/loongarch64/opensslconf.h +++ b/include/arch/loongarch64/opensslconf.h @@ -21,15 +21,3 @@ #define RC4_CHUNK unsigned long #endif #endif - -#if defined(HEADER_DES_LOCL_H) && !defined(CONFIG_HEADER_DES_LOCL_H) -#define CONFIG_HEADER_DES_LOCL_H -#ifndef DES_DEFAULT_OPTIONS -/* Unroll the inner loop, this sometimes helps, sometimes hinders. - * Very much CPU dependent */ -#ifndef DES_UNROLL -#define DES_UNROLL -#endif - -#endif /* DES_DEFAULT_OPTIONS */ -#endif /* HEADER_DES_LOCL_H */ diff --git a/include/arch/mips/opensslconf.h b/include/arch/mips/opensslconf.h index d2fdbbb..dcbe113 100644 --- a/include/arch/mips/opensslconf.h +++ b/include/arch/mips/opensslconf.h @@ -21,15 +21,3 @@ #undef RC4_CHUNK #endif #endif - -#if defined(HEADER_DES_LOCL_H) && !defined(CONFIG_HEADER_DES_LOCL_H) -#define CONFIG_HEADER_DES_LOCL_H -#ifndef DES_DEFAULT_OPTIONS -/* Unroll the inner loop, this sometimes helps, sometimes hinders. - * Very much CPU dependent */ -#ifndef DES_UNROLL -#define DES_UNROLL -#endif - -#endif /* DES_DEFAULT_OPTIONS */ -#endif /* HEADER_DES_LOCL_H */ -- cgit v1.2.3-55-g6feb