From bad9c1b83ae53aaf358eba4bab1b0bbc700d075b Mon Sep 17 00:00:00 2001 From: Theo Buehler Date: Thu, 5 Jun 2025 00:10:38 +0200 Subject: Remove md2 leftovers --- include/arch/loongarch64/opensslconf.h | 4 ---- include/arch/mips/opensslconf.h | 4 ---- 2 files changed, 8 deletions(-) (limited to 'include') 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 @@ #define IDEA_INT unsigned int #endif -#if defined(HEADER_MD2_H) && !defined(MD2_INT) -#define MD2_INT unsigned int -#endif - #if defined(HEADER_RC2_H) && !defined(RC2_INT) /* I need to put in a mod for the alpha - eay */ #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 @@ #define IDEA_INT unsigned int #endif -#if defined(HEADER_MD2_H) && !defined(MD2_INT) -#define MD2_INT unsigned int -#endif - #if defined(HEADER_RC2_H) && !defined(RC2_INT) /* I need to put in a mod for the alpha - eay */ #define RC2_INT unsigned int -- cgit v1.2.3-55-g6feb