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/aarch64/opensslconf.h | 10 ---------- src/lib/libcrypto/arch/alpha/opensslconf.h | 10 ---------- src/lib/libcrypto/arch/amd64/opensslconf.h | 10 ---------- src/lib/libcrypto/arch/arm/opensslconf.h | 10 ---------- src/lib/libcrypto/arch/hppa/opensslconf.h | 10 ---------- src/lib/libcrypto/arch/i386/opensslconf.h | 10 ---------- src/lib/libcrypto/arch/m88k/opensslconf.h | 10 ---------- src/lib/libcrypto/arch/mips64/opensslconf.h | 10 ---------- src/lib/libcrypto/arch/powerpc/opensslconf.h | 10 ---------- src/lib/libcrypto/arch/powerpc64/opensslconf.h | 10 ---------- src/lib/libcrypto/arch/riscv64/opensslconf.h | 10 ---------- src/lib/libcrypto/arch/sh/opensslconf.h | 10 ---------- src/lib/libcrypto/arch/sparc64/opensslconf.h | 10 ---------- 13 files changed, 130 deletions(-) (limited to 'src/lib/libcrypto') diff --git a/src/lib/libcrypto/arch/aarch64/opensslconf.h b/src/lib/libcrypto/arch/aarch64/opensslconf.h index 868066c75e..c31bcc01ad 100644 --- a/src/lib/libcrypto/arch/aarch64/opensslconf.h +++ b/src/lib/libcrypto/arch/aarch64/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/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 diff --git a/src/lib/libcrypto/arch/amd64/opensslconf.h b/src/lib/libcrypto/arch/amd64/opensslconf.h index 868066c75e..c31bcc01ad 100644 --- a/src/lib/libcrypto/arch/amd64/opensslconf.h +++ b/src/lib/libcrypto/arch/amd64/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/src/lib/libcrypto/arch/arm/opensslconf.h b/src/lib/libcrypto/arch/arm/opensslconf.h index dcbe113864..c31bcc01ad 100644 --- a/src/lib/libcrypto/arch/arm/opensslconf.h +++ b/src/lib/libcrypto/arch/arm/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 diff --git a/src/lib/libcrypto/arch/hppa/opensslconf.h b/src/lib/libcrypto/arch/hppa/opensslconf.h index dcbe113864..c31bcc01ad 100644 --- a/src/lib/libcrypto/arch/hppa/opensslconf.h +++ b/src/lib/libcrypto/arch/hppa/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 diff --git a/src/lib/libcrypto/arch/i386/opensslconf.h b/src/lib/libcrypto/arch/i386/opensslconf.h index dcbe113864..c31bcc01ad 100644 --- a/src/lib/libcrypto/arch/i386/opensslconf.h +++ b/src/lib/libcrypto/arch/i386/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 diff --git a/src/lib/libcrypto/arch/m88k/opensslconf.h b/src/lib/libcrypto/arch/m88k/opensslconf.h index dcbe113864..c31bcc01ad 100644 --- a/src/lib/libcrypto/arch/m88k/opensslconf.h +++ b/src/lib/libcrypto/arch/m88k/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 diff --git a/src/lib/libcrypto/arch/mips64/opensslconf.h b/src/lib/libcrypto/arch/mips64/opensslconf.h index 868066c75e..c31bcc01ad 100644 --- a/src/lib/libcrypto/arch/mips64/opensslconf.h +++ b/src/lib/libcrypto/arch/mips64/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/src/lib/libcrypto/arch/powerpc/opensslconf.h b/src/lib/libcrypto/arch/powerpc/opensslconf.h index dcbe113864..c31bcc01ad 100644 --- a/src/lib/libcrypto/arch/powerpc/opensslconf.h +++ b/src/lib/libcrypto/arch/powerpc/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 diff --git a/src/lib/libcrypto/arch/powerpc64/opensslconf.h b/src/lib/libcrypto/arch/powerpc64/opensslconf.h index 868066c75e..c31bcc01ad 100644 --- a/src/lib/libcrypto/arch/powerpc64/opensslconf.h +++ b/src/lib/libcrypto/arch/powerpc64/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/src/lib/libcrypto/arch/riscv64/opensslconf.h b/src/lib/libcrypto/arch/riscv64/opensslconf.h index 868066c75e..c31bcc01ad 100644 --- a/src/lib/libcrypto/arch/riscv64/opensslconf.h +++ b/src/lib/libcrypto/arch/riscv64/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/src/lib/libcrypto/arch/sh/opensslconf.h b/src/lib/libcrypto/arch/sh/opensslconf.h index dcbe113864..c31bcc01ad 100644 --- a/src/lib/libcrypto/arch/sh/opensslconf.h +++ b/src/lib/libcrypto/arch/sh/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 diff --git a/src/lib/libcrypto/arch/sparc64/opensslconf.h b/src/lib/libcrypto/arch/sparc64/opensslconf.h index 868066c75e..c31bcc01ad 100644 --- a/src/lib/libcrypto/arch/sparc64/opensslconf.h +++ b/src/lib/libcrypto/arch/sparc64/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