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/cryptlib.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/cryptlib.h')
-rw-r--r-- | src/lib/libcrypto/cryptlib.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libcrypto/cryptlib.h b/src/lib/libcrypto/cryptlib.h index 6c3731d971..cc4abf3639 100644 --- a/src/lib/libcrypto/cryptlib.h +++ b/src/lib/libcrypto/cryptlib.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: cryptlib.h,v 1.26 2021/11/24 01:12:43 beck Exp $ */ | 1 | /* $OpenBSD: cryptlib.h,v 1.27 2024/11/05 06:09:12 tb Exp $ */ |
2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) | 2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) |
3 | * All rights reserved. | 3 | * All rights reserved. |
4 | * | 4 | * |
@@ -56,8 +56,8 @@ | |||
56 | * [including the GNU Public Licence.] | 56 | * [including the GNU Public Licence.] |
57 | */ | 57 | */ |
58 | 58 | ||
59 | #ifndef HEADER_CRYPTLIB_H | 59 | #ifndef HEADER_CRYPTO_LOCAL_H |
60 | #define HEADER_CRYPTLIB_H | 60 | #define HEADER_CRYPTO_LOCAL_H |
61 | 61 | ||
62 | #include <openssl/opensslconf.h> | 62 | #include <openssl/opensslconf.h> |
63 | 63 | ||