From 23a96ede97dc74c287eb343627354dd54b4f818e Mon Sep 17 00:00:00 2001 From: Theo Buehler Date: Fri, 15 Aug 2025 23:00:00 +0200 Subject: Mop up RC4_CHUNK - opensslconf.h is now MI Change-Id: I6a6a69646afcda5abaa40e9efb586abb80eeafb5 --- include/arch/loongarch64/opensslconf.h | 10 ---------- include/arch/mips/opensslconf.h | 10 ---------- 2 files changed, 20 deletions(-) (limited to 'include') diff --git a/include/arch/loongarch64/opensslconf.h b/include/arch/loongarch64/opensslconf.h index 868066c..c31bcc0 100644 --- a/include/arch/loongarch64/opensslconf.h +++ b/include/arch/loongarch64/opensslconf.h @@ -11,13 +11,3 @@ #define OPENSSL_LINE __LINE__ #endif #endif - -#if defined(HEADER_RC4_H) -#if !defined(RC4_CHUNK) -/* - * This enables code handling data aligned at natural CPU word - * boundary. See crypto/rc4/rc4_enc.c for further details. - */ -#define RC4_CHUNK unsigned long -#endif -#endif diff --git a/include/arch/mips/opensslconf.h b/include/arch/mips/opensslconf.h index dcbe113..c31bcc0 100644 --- a/include/arch/mips/opensslconf.h +++ b/include/arch/mips/opensslconf.h @@ -11,13 +11,3 @@ #define OPENSSL_LINE __LINE__ #endif #endif - -#if defined(HEADER_RC4_H) -#if !defined(RC4_CHUNK) -/* - * This enables code handling data aligned at natural CPU word - * boundary. See crypto/rc4/rc4_enc.c for further details. - */ -#undef RC4_CHUNK -#endif -#endif -- cgit v1.2.3-55-g6feb