From 1be59554e7c016fbcde4d8264e8db21d7efb3688 Mon Sep 17 00:00:00 2001 From: tb <> Date: Fri, 29 Aug 2025 18:29:42 +0000 Subject: Remove OPENSSL_VAR_AS_FUNCTION #undef The code supporting this toggle has long been removed from all the forks. discussed with jsing --- src/lib/libcrypto/opensslconf.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/lib') diff --git a/src/lib/libcrypto/opensslconf.h b/src/lib/libcrypto/opensslconf.h index 5371f182c7..c5b30fbfcb 100644 --- a/src/lib/libcrypto/opensslconf.h +++ b/src/lib/libcrypto/opensslconf.h @@ -1,12 +1,10 @@ -/* $OpenBSD: opensslconf.h,v 1.3 2025/08/25 16:48:01 tb Exp $ */ +/* $OpenBSD: opensslconf.h,v 1.4 2025/08/29 18:29:42 tb Exp $ */ /* * Public domain. */ #include -#undef OPENSSL_EXPORT_VAR_AS_FUNCTION - #ifndef OPENSSL_FILE #ifdef OPENSSL_NO_FILENAMES #define OPENSSL_FILE "" -- cgit v1.2.3-55-g6feb