From 5845479f353f00eaabe942ec96f2068adf6c145e Mon Sep 17 00:00:00 2001 From: jsing <> Date: Sun, 17 Aug 2025 08:05:12 +0000 Subject: Mop up the now unused RC4_CHUNK defines. ok tb@ --- src/lib/libcrypto/arch/alpha/opensslconf.h | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'src/lib/libcrypto/arch/alpha') diff --git a/src/lib/libcrypto/arch/alpha/opensslconf.h b/src/lib/libcrypto/arch/alpha/opensslconf.h index 868066c75e..c31bcc01ad 100644 --- a/src/lib/libcrypto/arch/alpha/opensslconf.h +++ b/src/lib/libcrypto/arch/alpha/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 -- cgit v1.2.3-55-g6feb