aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/arch/loongarch64/opensslconf.h4
-rw-r--r--include/arch/mips/opensslconf.h4
2 files changed, 0 insertions, 8 deletions
diff --git a/include/arch/loongarch64/opensslconf.h b/include/arch/loongarch64/opensslconf.h
index 731b06a..9a01867 100644
--- a/include/arch/loongarch64/opensslconf.h
+++ b/include/arch/loongarch64/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/include/arch/mips/opensslconf.h b/include/arch/mips/opensslconf.h
index a5d26b6..a081a45 100644
--- a/include/arch/mips/opensslconf.h
+++ b/include/arch/mips/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