From 12f0b7f7c165293139ae84e7743ac35e9daec51f Mon Sep 17 00:00:00 2001 From: tb <> Date: Tue, 5 Nov 2024 06:09:12 +0000 Subject: cryptlib.h: adjust header guard for upcoming surgery It is gross that an internal detail leaked into a public header, but, hey, it's openssl. No hack is too terrible to appear in this library. opensslconf.h needs major pruning but the day that happens is not today. ok jsing --- src/lib/libcrypto/arch/arm/opensslconf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/libcrypto/arch/arm/opensslconf.h') diff --git a/src/lib/libcrypto/arch/arm/opensslconf.h b/src/lib/libcrypto/arch/arm/opensslconf.h index 998f50e0da..3413abb672 100644 --- a/src/lib/libcrypto/arch/arm/opensslconf.h +++ b/src/lib/libcrypto/arch/arm/opensslconf.h @@ -1,7 +1,7 @@ #include /* crypto/opensslconf.h.in */ -#if defined(HEADER_CRYPTLIB_H) && !defined(OPENSSLDIR) +#if defined(HEADER_CRYPTO_LOCAL_H) && !defined(OPENSSLDIR) #define OPENSSLDIR "/etc/ssl" #endif -- cgit v1.2.3-55-g6feb