diff options
author | jsing <> | 2025-08-17 08:05:12 +0000 |
---|---|---|
committer | jsing <> | 2025-08-17 08:05:12 +0000 |
commit | 5845479f353f00eaabe942ec96f2068adf6c145e (patch) | |
tree | 8ce1c759a83fa1841921ef17fe54d327c47209c0 /src | |
parent | c9f6ed45b268d1c6b5608ff56379e3b051625806 (diff) | |
download | openbsd-5845479f353f00eaabe942ec96f2068adf6c145e.tar.gz openbsd-5845479f353f00eaabe942ec96f2068adf6c145e.tar.bz2 openbsd-5845479f353f00eaabe942ec96f2068adf6c145e.zip |
Mop up the now unused RC4_CHUNK defines.
ok tb@
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/libcrypto/arch/aarch64/opensslconf.h | 10 | ||||
-rw-r--r-- | src/lib/libcrypto/arch/alpha/opensslconf.h | 10 | ||||
-rw-r--r-- | src/lib/libcrypto/arch/amd64/opensslconf.h | 10 | ||||
-rw-r--r-- | src/lib/libcrypto/arch/arm/opensslconf.h | 10 | ||||
-rw-r--r-- | src/lib/libcrypto/arch/hppa/opensslconf.h | 10 | ||||
-rw-r--r-- | src/lib/libcrypto/arch/i386/opensslconf.h | 10 | ||||
-rw-r--r-- | src/lib/libcrypto/arch/m88k/opensslconf.h | 10 | ||||
-rw-r--r-- | src/lib/libcrypto/arch/mips64/opensslconf.h | 10 | ||||
-rw-r--r-- | src/lib/libcrypto/arch/powerpc/opensslconf.h | 10 | ||||
-rw-r--r-- | src/lib/libcrypto/arch/powerpc64/opensslconf.h | 10 | ||||
-rw-r--r-- | src/lib/libcrypto/arch/riscv64/opensslconf.h | 10 | ||||
-rw-r--r-- | src/lib/libcrypto/arch/sh/opensslconf.h | 10 | ||||
-rw-r--r-- | src/lib/libcrypto/arch/sparc64/opensslconf.h | 10 |
13 files changed, 0 insertions, 130 deletions
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 @@ | |||
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/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 @@ | |||
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/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 @@ | |||
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/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 @@ | |||
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 | ||
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 @@ | |||
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 | ||
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 @@ | |||
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 | ||
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 @@ | |||
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 | ||
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 @@ | |||
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/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 @@ | |||
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 | ||
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 @@ | |||
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/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 @@ | |||
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/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 @@ | |||
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 | ||
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 @@ | |||
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 | ||