diff options
author | tb <> | 2025-06-05 04:14:51 +0000 |
---|---|---|
committer | tb <> | 2025-06-05 04:14:51 +0000 |
commit | 7b3d97672dd2b2f9d84bbce61766b23bcc4306e9 (patch) | |
tree | 546cbc341996408136b5b9d4f1a1fcbbdba6796f /src | |
parent | 1ada8decb2076b5bdee513d8dbfd81ff1cbd1dc3 (diff) | |
download | openbsd-7b3d97672dd2b2f9d84bbce61766b23bcc4306e9.tar.gz openbsd-7b3d97672dd2b2f9d84bbce61766b23bcc4306e9.tar.bz2 openbsd-7b3d97672dd2b2f9d84bbce61766b23bcc4306e9.zip |
opensslconf.h: remove md2 leftovers
md2.h left on Apr 15, 2014, along with jpake and seed. In particular,
HEADER_MD2_H is never defined. These bits have been dead ever since.
ok jsing
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/libcrypto/arch/aarch64/opensslconf.h | 4 | ||||
-rw-r--r-- | src/lib/libcrypto/arch/alpha/opensslconf.h | 4 | ||||
-rw-r--r-- | src/lib/libcrypto/arch/amd64/opensslconf.h | 4 | ||||
-rw-r--r-- | src/lib/libcrypto/arch/arm/opensslconf.h | 4 | ||||
-rw-r--r-- | src/lib/libcrypto/arch/hppa/opensslconf.h | 4 | ||||
-rw-r--r-- | src/lib/libcrypto/arch/i386/opensslconf.h | 4 | ||||
-rw-r--r-- | src/lib/libcrypto/arch/m88k/opensslconf.h | 4 | ||||
-rw-r--r-- | src/lib/libcrypto/arch/mips64/opensslconf.h | 4 | ||||
-rw-r--r-- | src/lib/libcrypto/arch/powerpc/opensslconf.h | 4 | ||||
-rw-r--r-- | src/lib/libcrypto/arch/powerpc64/opensslconf.h | 4 | ||||
-rw-r--r-- | src/lib/libcrypto/arch/riscv64/opensslconf.h | 4 | ||||
-rw-r--r-- | src/lib/libcrypto/arch/sh/opensslconf.h | 4 | ||||
-rw-r--r-- | src/lib/libcrypto/arch/sparc64/opensslconf.h | 4 |
13 files changed, 0 insertions, 52 deletions
diff --git a/src/lib/libcrypto/arch/aarch64/opensslconf.h b/src/lib/libcrypto/arch/aarch64/opensslconf.h index 731b06aecc..9a01867ef5 100644 --- a/src/lib/libcrypto/arch/aarch64/opensslconf.h +++ b/src/lib/libcrypto/arch/aarch64/opensslconf.h | |||
@@ -21,10 +21,6 @@ | |||
21 | #define IDEA_INT unsigned int | 21 | #define IDEA_INT unsigned int |
22 | #endif | 22 | #endif |
23 | 23 | ||
24 | #if defined(HEADER_MD2_H) && !defined(MD2_INT) | ||
25 | #define MD2_INT unsigned int | ||
26 | #endif | ||
27 | |||
28 | #if defined(HEADER_RC2_H) && !defined(RC2_INT) | 24 | #if defined(HEADER_RC2_H) && !defined(RC2_INT) |
29 | /* I need to put in a mod for the alpha - eay */ | 25 | /* I need to put in a mod for the alpha - eay */ |
30 | #define RC2_INT unsigned int | 26 | #define RC2_INT unsigned int |
diff --git a/src/lib/libcrypto/arch/alpha/opensslconf.h b/src/lib/libcrypto/arch/alpha/opensslconf.h index 0ec9c25891..6a8b3ca1e6 100644 --- a/src/lib/libcrypto/arch/alpha/opensslconf.h +++ b/src/lib/libcrypto/arch/alpha/opensslconf.h | |||
@@ -21,10 +21,6 @@ | |||
21 | #define IDEA_INT unsigned int | 21 | #define IDEA_INT unsigned int |
22 | #endif | 22 | #endif |
23 | 23 | ||
24 | #if defined(HEADER_MD2_H) && !defined(MD2_INT) | ||
25 | #define MD2_INT unsigned int | ||
26 | #endif | ||
27 | |||
28 | #if defined(HEADER_RC2_H) && !defined(RC2_INT) | 24 | #if defined(HEADER_RC2_H) && !defined(RC2_INT) |
29 | /* I need to put in a mod for the alpha - eay */ | 25 | /* I need to put in a mod for the alpha - eay */ |
30 | #define RC2_INT unsigned int | 26 | #define RC2_INT unsigned int |
diff --git a/src/lib/libcrypto/arch/amd64/opensslconf.h b/src/lib/libcrypto/arch/amd64/opensslconf.h index cc193762f1..bf2c0860ec 100644 --- a/src/lib/libcrypto/arch/amd64/opensslconf.h +++ b/src/lib/libcrypto/arch/amd64/opensslconf.h | |||
@@ -21,10 +21,6 @@ | |||
21 | #define IDEA_INT unsigned int | 21 | #define IDEA_INT unsigned int |
22 | #endif | 22 | #endif |
23 | 23 | ||
24 | #if defined(HEADER_MD2_H) && !defined(MD2_INT) | ||
25 | #define MD2_INT unsigned int | ||
26 | #endif | ||
27 | |||
28 | #if defined(HEADER_RC2_H) && !defined(RC2_INT) | 24 | #if defined(HEADER_RC2_H) && !defined(RC2_INT) |
29 | /* I need to put in a mod for the alpha - eay */ | 25 | /* I need to put in a mod for the alpha - eay */ |
30 | #define RC2_INT unsigned int | 26 | #define RC2_INT unsigned int |
diff --git a/src/lib/libcrypto/arch/arm/opensslconf.h b/src/lib/libcrypto/arch/arm/opensslconf.h index a5d26b6fdc..a081a45dd7 100644 --- a/src/lib/libcrypto/arch/arm/opensslconf.h +++ b/src/lib/libcrypto/arch/arm/opensslconf.h | |||
@@ -21,10 +21,6 @@ | |||
21 | #define IDEA_INT unsigned int | 21 | #define IDEA_INT unsigned int |
22 | #endif | 22 | #endif |
23 | 23 | ||
24 | #if defined(HEADER_MD2_H) && !defined(MD2_INT) | ||
25 | #define MD2_INT unsigned int | ||
26 | #endif | ||
27 | |||
28 | #if defined(HEADER_RC2_H) && !defined(RC2_INT) | 24 | #if defined(HEADER_RC2_H) && !defined(RC2_INT) |
29 | /* I need to put in a mod for the alpha - eay */ | 25 | /* I need to put in a mod for the alpha - eay */ |
30 | #define RC2_INT unsigned int | 26 | #define RC2_INT unsigned int |
diff --git a/src/lib/libcrypto/arch/hppa/opensslconf.h b/src/lib/libcrypto/arch/hppa/opensslconf.h index a5d26b6fdc..a081a45dd7 100644 --- a/src/lib/libcrypto/arch/hppa/opensslconf.h +++ b/src/lib/libcrypto/arch/hppa/opensslconf.h | |||
@@ -21,10 +21,6 @@ | |||
21 | #define IDEA_INT unsigned int | 21 | #define IDEA_INT unsigned int |
22 | #endif | 22 | #endif |
23 | 23 | ||
24 | #if defined(HEADER_MD2_H) && !defined(MD2_INT) | ||
25 | #define MD2_INT unsigned int | ||
26 | #endif | ||
27 | |||
28 | #if defined(HEADER_RC2_H) && !defined(RC2_INT) | 24 | #if defined(HEADER_RC2_H) && !defined(RC2_INT) |
29 | /* I need to put in a mod for the alpha - eay */ | 25 | /* I need to put in a mod for the alpha - eay */ |
30 | #define RC2_INT unsigned int | 26 | #define RC2_INT unsigned int |
diff --git a/src/lib/libcrypto/arch/i386/opensslconf.h b/src/lib/libcrypto/arch/i386/opensslconf.h index 03cf31b940..d381ebab26 100644 --- a/src/lib/libcrypto/arch/i386/opensslconf.h +++ b/src/lib/libcrypto/arch/i386/opensslconf.h | |||
@@ -21,10 +21,6 @@ | |||
21 | #define IDEA_INT unsigned int | 21 | #define IDEA_INT unsigned int |
22 | #endif | 22 | #endif |
23 | 23 | ||
24 | #if defined(HEADER_MD2_H) && !defined(MD2_INT) | ||
25 | #define MD2_INT unsigned int | ||
26 | #endif | ||
27 | |||
28 | #if defined(HEADER_RC2_H) && !defined(RC2_INT) | 24 | #if defined(HEADER_RC2_H) && !defined(RC2_INT) |
29 | /* I need to put in a mod for the alpha - eay */ | 25 | /* I need to put in a mod for the alpha - eay */ |
30 | #define RC2_INT unsigned int | 26 | #define RC2_INT unsigned int |
diff --git a/src/lib/libcrypto/arch/m88k/opensslconf.h b/src/lib/libcrypto/arch/m88k/opensslconf.h index a5d26b6fdc..a081a45dd7 100644 --- a/src/lib/libcrypto/arch/m88k/opensslconf.h +++ b/src/lib/libcrypto/arch/m88k/opensslconf.h | |||
@@ -21,10 +21,6 @@ | |||
21 | #define IDEA_INT unsigned int | 21 | #define IDEA_INT unsigned int |
22 | #endif | 22 | #endif |
23 | 23 | ||
24 | #if defined(HEADER_MD2_H) && !defined(MD2_INT) | ||
25 | #define MD2_INT unsigned int | ||
26 | #endif | ||
27 | |||
28 | #if defined(HEADER_RC2_H) && !defined(RC2_INT) | 24 | #if defined(HEADER_RC2_H) && !defined(RC2_INT) |
29 | /* I need to put in a mod for the alpha - eay */ | 25 | /* I need to put in a mod for the alpha - eay */ |
30 | #define RC2_INT unsigned int | 26 | #define RC2_INT unsigned int |
diff --git a/src/lib/libcrypto/arch/mips64/opensslconf.h b/src/lib/libcrypto/arch/mips64/opensslconf.h index 36cdd2840b..b5d699f366 100644 --- a/src/lib/libcrypto/arch/mips64/opensslconf.h +++ b/src/lib/libcrypto/arch/mips64/opensslconf.h | |||
@@ -21,10 +21,6 @@ | |||
21 | #define IDEA_INT unsigned int | 21 | #define IDEA_INT unsigned int |
22 | #endif | 22 | #endif |
23 | 23 | ||
24 | #if defined(HEADER_MD2_H) && !defined(MD2_INT) | ||
25 | #define MD2_INT unsigned int | ||
26 | #endif | ||
27 | |||
28 | #if defined(HEADER_RC2_H) && !defined(RC2_INT) | 24 | #if defined(HEADER_RC2_H) && !defined(RC2_INT) |
29 | /* I need to put in a mod for the alpha - eay */ | 25 | /* I need to put in a mod for the alpha - eay */ |
30 | #define RC2_INT unsigned int | 26 | #define RC2_INT unsigned int |
diff --git a/src/lib/libcrypto/arch/powerpc/opensslconf.h b/src/lib/libcrypto/arch/powerpc/opensslconf.h index a5d26b6fdc..a081a45dd7 100644 --- a/src/lib/libcrypto/arch/powerpc/opensslconf.h +++ b/src/lib/libcrypto/arch/powerpc/opensslconf.h | |||
@@ -21,10 +21,6 @@ | |||
21 | #define IDEA_INT unsigned int | 21 | #define IDEA_INT unsigned int |
22 | #endif | 22 | #endif |
23 | 23 | ||
24 | #if defined(HEADER_MD2_H) && !defined(MD2_INT) | ||
25 | #define MD2_INT unsigned int | ||
26 | #endif | ||
27 | |||
28 | #if defined(HEADER_RC2_H) && !defined(RC2_INT) | 24 | #if defined(HEADER_RC2_H) && !defined(RC2_INT) |
29 | /* I need to put in a mod for the alpha - eay */ | 25 | /* I need to put in a mod for the alpha - eay */ |
30 | #define RC2_INT unsigned int | 26 | #define RC2_INT unsigned int |
diff --git a/src/lib/libcrypto/arch/powerpc64/opensslconf.h b/src/lib/libcrypto/arch/powerpc64/opensslconf.h index cc193762f1..bf2c0860ec 100644 --- a/src/lib/libcrypto/arch/powerpc64/opensslconf.h +++ b/src/lib/libcrypto/arch/powerpc64/opensslconf.h | |||
@@ -21,10 +21,6 @@ | |||
21 | #define IDEA_INT unsigned int | 21 | #define IDEA_INT unsigned int |
22 | #endif | 22 | #endif |
23 | 23 | ||
24 | #if defined(HEADER_MD2_H) && !defined(MD2_INT) | ||
25 | #define MD2_INT unsigned int | ||
26 | #endif | ||
27 | |||
28 | #if defined(HEADER_RC2_H) && !defined(RC2_INT) | 24 | #if defined(HEADER_RC2_H) && !defined(RC2_INT) |
29 | /* I need to put in a mod for the alpha - eay */ | 25 | /* I need to put in a mod for the alpha - eay */ |
30 | #define RC2_INT unsigned int | 26 | #define RC2_INT unsigned int |
diff --git a/src/lib/libcrypto/arch/riscv64/opensslconf.h b/src/lib/libcrypto/arch/riscv64/opensslconf.h index 731b06aecc..9a01867ef5 100644 --- a/src/lib/libcrypto/arch/riscv64/opensslconf.h +++ b/src/lib/libcrypto/arch/riscv64/opensslconf.h | |||
@@ -21,10 +21,6 @@ | |||
21 | #define IDEA_INT unsigned int | 21 | #define IDEA_INT unsigned int |
22 | #endif | 22 | #endif |
23 | 23 | ||
24 | #if defined(HEADER_MD2_H) && !defined(MD2_INT) | ||
25 | #define MD2_INT unsigned int | ||
26 | #endif | ||
27 | |||
28 | #if defined(HEADER_RC2_H) && !defined(RC2_INT) | 24 | #if defined(HEADER_RC2_H) && !defined(RC2_INT) |
29 | /* I need to put in a mod for the alpha - eay */ | 25 | /* I need to put in a mod for the alpha - eay */ |
30 | #define RC2_INT unsigned int | 26 | #define RC2_INT unsigned int |
diff --git a/src/lib/libcrypto/arch/sh/opensslconf.h b/src/lib/libcrypto/arch/sh/opensslconf.h index a5d26b6fdc..a081a45dd7 100644 --- a/src/lib/libcrypto/arch/sh/opensslconf.h +++ b/src/lib/libcrypto/arch/sh/opensslconf.h | |||
@@ -21,10 +21,6 @@ | |||
21 | #define IDEA_INT unsigned int | 21 | #define IDEA_INT unsigned int |
22 | #endif | 22 | #endif |
23 | 23 | ||
24 | #if defined(HEADER_MD2_H) && !defined(MD2_INT) | ||
25 | #define MD2_INT unsigned int | ||
26 | #endif | ||
27 | |||
28 | #if defined(HEADER_RC2_H) && !defined(RC2_INT) | 24 | #if defined(HEADER_RC2_H) && !defined(RC2_INT) |
29 | /* I need to put in a mod for the alpha - eay */ | 25 | /* I need to put in a mod for the alpha - eay */ |
30 | #define RC2_INT unsigned int | 26 | #define RC2_INT unsigned int |
diff --git a/src/lib/libcrypto/arch/sparc64/opensslconf.h b/src/lib/libcrypto/arch/sparc64/opensslconf.h index 36cdd2840b..b5d699f366 100644 --- a/src/lib/libcrypto/arch/sparc64/opensslconf.h +++ b/src/lib/libcrypto/arch/sparc64/opensslconf.h | |||
@@ -21,10 +21,6 @@ | |||
21 | #define IDEA_INT unsigned int | 21 | #define IDEA_INT unsigned int |
22 | #endif | 22 | #endif |
23 | 23 | ||
24 | #if defined(HEADER_MD2_H) && !defined(MD2_INT) | ||
25 | #define MD2_INT unsigned int | ||
26 | #endif | ||
27 | |||
28 | #if defined(HEADER_RC2_H) && !defined(RC2_INT) | 24 | #if defined(HEADER_RC2_H) && !defined(RC2_INT) |
29 | /* I need to put in a mod for the alpha - eay */ | 25 | /* I need to put in a mod for the alpha - eay */ |
30 | #define RC2_INT unsigned int | 26 | #define RC2_INT unsigned int |