diff options
author | tb <> | 2024-11-05 06:09:12 +0000 |
---|---|---|
committer | tb <> | 2024-11-05 06:09:12 +0000 |
commit | 12f0b7f7c165293139ae84e7743ac35e9daec51f (patch) | |
tree | 2961522b96fdd32dee3fe1acf3a5515302a99c06 /src/lib/libcrypto/arch/amd64/opensslconf.h | |
parent | 2e2a5aaeadf08b6fed07e049e8e841f99343f354 (diff) | |
download | openbsd-12f0b7f7c165293139ae84e7743ac35e9daec51f.tar.gz openbsd-12f0b7f7c165293139ae84e7743ac35e9daec51f.tar.bz2 openbsd-12f0b7f7c165293139ae84e7743ac35e9daec51f.zip |
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
Diffstat (limited to 'src/lib/libcrypto/arch/amd64/opensslconf.h')
-rw-r--r-- | src/lib/libcrypto/arch/amd64/opensslconf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libcrypto/arch/amd64/opensslconf.h b/src/lib/libcrypto/arch/amd64/opensslconf.h index 8faa79741a..7615744a6b 100644 --- a/src/lib/libcrypto/arch/amd64/opensslconf.h +++ b/src/lib/libcrypto/arch/amd64/opensslconf.h | |||
@@ -1,7 +1,7 @@ | |||
1 | #include <openssl/opensslfeatures.h> | 1 | #include <openssl/opensslfeatures.h> |
2 | /* crypto/opensslconf.h.in */ | 2 | /* crypto/opensslconf.h.in */ |
3 | 3 | ||
4 | #if defined(HEADER_CRYPTLIB_H) && !defined(OPENSSLDIR) | 4 | #if defined(HEADER_CRYPTO_LOCAL_H) && !defined(OPENSSLDIR) |
5 | #define OPENSSLDIR "/etc/ssl" | 5 | #define OPENSSLDIR "/etc/ssl" |
6 | #endif | 6 | #endif |
7 | 7 | ||