diff options
author | tb <> | 2025-08-29 18:29:42 +0000 |
---|---|---|
committer | tb <> | 2025-08-29 18:29:42 +0000 |
commit | 1be59554e7c016fbcde4d8264e8db21d7efb3688 (patch) | |
tree | bf71976904e05ffc6549e43b5c8fad1008854e8b /src/lib/libcrypto/opensslconf.h | |
parent | d5ede21d288464fdc86b0e6705bf42f4c08f8962 (diff) | |
download | openbsd-1be59554e7c016fbcde4d8264e8db21d7efb3688.tar.gz openbsd-1be59554e7c016fbcde4d8264e8db21d7efb3688.tar.bz2 openbsd-1be59554e7c016fbcde4d8264e8db21d7efb3688.zip |
Remove OPENSSL_VAR_AS_FUNCTION #undef
The code supporting this toggle has long been removed from all the forks.
discussed with jsing
Diffstat (limited to 'src/lib/libcrypto/opensslconf.h')
-rw-r--r-- | src/lib/libcrypto/opensslconf.h | 4 |
1 files changed, 1 insertions, 3 deletions
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 @@ | |||
1 | /* $OpenBSD: opensslconf.h,v 1.3 2025/08/25 16:48:01 tb Exp $ */ | 1 | /* $OpenBSD: opensslconf.h,v 1.4 2025/08/29 18:29:42 tb Exp $ */ |
2 | /* | 2 | /* |
3 | * Public domain. | 3 | * Public domain. |
4 | */ | 4 | */ |
5 | 5 | ||
6 | #include <openssl/opensslfeatures.h> | 6 | #include <openssl/opensslfeatures.h> |
7 | 7 | ||
8 | #undef OPENSSL_EXPORT_VAR_AS_FUNCTION | ||
9 | |||
10 | #ifndef OPENSSL_FILE | 8 | #ifndef OPENSSL_FILE |
11 | #ifdef OPENSSL_NO_FILENAMES | 9 | #ifdef OPENSSL_NO_FILENAMES |
12 | #define OPENSSL_FILE "" | 10 | #define OPENSSL_FILE "" |