summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/lib/libcrypto/arch/aarch64/opensslconf.h4
-rw-r--r--src/lib/libcrypto/arch/alpha/opensslconf.h4
-rw-r--r--src/lib/libcrypto/arch/amd64/opensslconf.h4
-rw-r--r--src/lib/libcrypto/arch/arm/opensslconf.h4
-rw-r--r--src/lib/libcrypto/arch/hppa/opensslconf.h4
-rw-r--r--src/lib/libcrypto/arch/i386/opensslconf.h4
-rw-r--r--src/lib/libcrypto/arch/m88k/opensslconf.h4
-rw-r--r--src/lib/libcrypto/arch/mips64/opensslconf.h4
-rw-r--r--src/lib/libcrypto/arch/powerpc/opensslconf.h4
-rw-r--r--src/lib/libcrypto/arch/powerpc64/opensslconf.h4
-rw-r--r--src/lib/libcrypto/arch/riscv64/opensslconf.h4
-rw-r--r--src/lib/libcrypto/arch/sh/opensslconf.h4
-rw-r--r--src/lib/libcrypto/arch/sparc64/opensslconf.h4
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