From e4e25cd2815efbf586a4297ed777e8653367a2b4 Mon Sep 17 00:00:00 2001 From: Theo Buehler Date: Tue, 26 Aug 2025 00:47:10 -0600 Subject: Make opensslconf.h MI again --- include/arch/loongarch64/opensslconf.h | 13 ------------- include/arch/mips/opensslconf.h | 13 ------------- 2 files changed, 26 deletions(-) delete mode 100644 include/arch/loongarch64/opensslconf.h delete mode 100644 include/arch/mips/opensslconf.h (limited to 'include/arch') diff --git a/include/arch/loongarch64/opensslconf.h b/include/arch/loongarch64/opensslconf.h deleted file mode 100644 index c31bcc0..0000000 --- a/include/arch/loongarch64/opensslconf.h +++ /dev/null @@ -1,13 +0,0 @@ -#include - -#undef OPENSSL_EXPORT_VAR_AS_FUNCTION - -#ifndef OPENSSL_FILE -#ifdef OPENSSL_NO_FILENAMES -#define OPENSSL_FILE "" -#define OPENSSL_LINE 0 -#else -#define OPENSSL_FILE __FILE__ -#define OPENSSL_LINE __LINE__ -#endif -#endif diff --git a/include/arch/mips/opensslconf.h b/include/arch/mips/opensslconf.h deleted file mode 100644 index c31bcc0..0000000 --- a/include/arch/mips/opensslconf.h +++ /dev/null @@ -1,13 +0,0 @@ -#include - -#undef OPENSSL_EXPORT_VAR_AS_FUNCTION - -#ifndef OPENSSL_FILE -#ifdef OPENSSL_NO_FILENAMES -#define OPENSSL_FILE "" -#define OPENSSL_LINE 0 -#else -#define OPENSSL_FILE __FILE__ -#define OPENSSL_LINE __LINE__ -#endif -#endif -- cgit v1.2.3-55-g6feb