Mop up RC4_CHUNK - opensslconf.h is now MI

Change-Id: I6a6a69646afcda5abaa40e9efb586abb80eeafb5
This commit is contained in:
Theo Buehler
2025-08-15 23:00:00 +02:00
parent 95fb8dfb11
commit 23a96ede97
2 changed files with 0 additions and 20 deletions

View File

@@ -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

View File

@@ -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