diff options
| author | tb <> | 2024-11-05 06:09:12 +0000 |
|---|---|---|
| committer | tb <> | 2024-11-05 06:09:12 +0000 |
| commit | 843a9f265f386c844efd76e86f84452741cb03d6 (patch) | |
| tree | 2961522b96fdd32dee3fe1acf3a5515302a99c06 /src/lib/libcrypto/arch/alpha | |
| parent | 0c4156c7fd619bb17b788986692360cc611de060 (diff) | |
| download | openbsd-843a9f265f386c844efd76e86f84452741cb03d6.tar.gz openbsd-843a9f265f386c844efd76e86f84452741cb03d6.tar.bz2 openbsd-843a9f265f386c844efd76e86f84452741cb03d6.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/alpha')
| -rw-r--r-- | src/lib/libcrypto/arch/alpha/opensslconf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libcrypto/arch/alpha/opensslconf.h b/src/lib/libcrypto/arch/alpha/opensslconf.h index 6f1bfcc6d9..1dbd8f22fa 100644 --- a/src/lib/libcrypto/arch/alpha/opensslconf.h +++ b/src/lib/libcrypto/arch/alpha/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 | ||
