aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTheo Buehler <tb@openbsd.org>2025-08-15 23:00:00 +0200
committerTheo Buehler <tb@openbsd.org>2025-08-17 21:05:36 +0200
commit23a96ede97dc74c287eb343627354dd54b4f818e (patch)
treed8853505eafefe059c788f1b69d2ac6198620421 /include
parent95fb8dfb11cd380e75abbab4195a078cab11fb4c (diff)
downloadportable-23a96ede97dc74c287eb343627354dd54b4f818e.tar.gz
portable-23a96ede97dc74c287eb343627354dd54b4f818e.tar.bz2
portable-23a96ede97dc74c287eb343627354dd54b4f818e.zip
Mop up RC4_CHUNK - opensslconf.h is now MI
Change-Id: I6a6a69646afcda5abaa40e9efb586abb80eeafb5
Diffstat (limited to 'include')
-rw-r--r--include/arch/loongarch64/opensslconf.h10
-rw-r--r--include/arch/mips/opensslconf.h10
2 files changed, 0 insertions, 20 deletions
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 @@
11#define OPENSSL_LINE __LINE__ 11#define OPENSSL_LINE __LINE__
12#endif 12#endif
13#endif 13#endif
14
15#if defined(HEADER_RC4_H)
16#if !defined(RC4_CHUNK)
17/*
18 * This enables code handling data aligned at natural CPU word
19 * boundary. See crypto/rc4/rc4_enc.c for further details.
20 */
21#define RC4_CHUNK unsigned long
22#endif
23#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 @@
11#define OPENSSL_LINE __LINE__ 11#define OPENSSL_LINE __LINE__
12#endif 12#endif
13#endif 13#endif
14
15#if defined(HEADER_RC4_H)
16#if !defined(RC4_CHUNK)
17/*
18 * This enables code handling data aligned at natural CPU word
19 * boundary. See crypto/rc4/rc4_enc.c for further details.
20 */
21#undef RC4_CHUNK
22#endif
23#endif