diff options
Diffstat (limited to 'lib/libcrypto/arch/alpha/opensslconf.h')
-rw-r--r-- | lib/libcrypto/arch/alpha/opensslconf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libcrypto/arch/alpha/opensslconf.h b/lib/libcrypto/arch/alpha/opensslconf.h index 6f1bfcc6d9e..1dbd8f22faf 100644 --- a/lib/libcrypto/arch/alpha/opensslconf.h +++ b/lib/libcrypto/arch/alpha/opensslconf.h @@ -1,7 +1,7 @@ #include <openssl/opensslfeatures.h> /* crypto/opensslconf.h.in */ -#if defined(HEADER_CRYPTLIB_H) && !defined(OPENSSLDIR) +#if defined(HEADER_CRYPTO_LOCAL_H) && !defined(OPENSSLDIR) #define OPENSSLDIR "/etc/ssl" #endif |