diff options
Diffstat (limited to '')
-rw-r--r-- | src/lib/libcrypto/crypto_local.h | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/src/lib/libcrypto/crypto_local.h b/src/lib/libcrypto/crypto_local.h index 2b4c74552f..606f17cefb 100644 --- a/src/lib/libcrypto/crypto_local.h +++ b/src/lib/libcrypto/crypto_local.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: crypto_local.h,v 1.4 2024/11/05 10:11:58 tb Exp $ */ | 1 | /* $OpenBSD: crypto_local.h,v 1.6 2025/06/09 14:37:48 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 | * |
@@ -65,6 +65,10 @@ | |||
65 | extern "C" { | 65 | extern "C" { |
66 | #endif | 66 | #endif |
67 | 67 | ||
68 | #ifndef OPENSSLDIR | ||
69 | #define OPENSSLDIR "/etc/ssl" | ||
70 | #endif | ||
71 | |||
68 | #define X509_CERT_AREA OPENSSLDIR | 72 | #define X509_CERT_AREA OPENSSLDIR |
69 | #define X509_CERT_DIR OPENSSLDIR "/certs" | 73 | #define X509_CERT_DIR OPENSSLDIR "/certs" |
70 | #define X509_CERT_FILE OPENSSLDIR "/cert.pem" | 74 | #define X509_CERT_FILE OPENSSLDIR "/cert.pem" |
@@ -75,8 +79,6 @@ extern "C" { | |||
75 | #define CTLOG_FILE OPENSSLDIR "/ct_log_list.cnf" | 79 | #define CTLOG_FILE OPENSSLDIR "/ct_log_list.cnf" |
76 | #define CTLOG_FILE_EVP "CTLOG_FILE" | 80 | #define CTLOG_FILE_EVP "CTLOG_FILE" |
77 | 81 | ||
78 | void OPENSSL_cpuid_setup(void); | ||
79 | |||
80 | #ifdef __cplusplus | 82 | #ifdef __cplusplus |
81 | } | 83 | } |
82 | #endif | 84 | #endif |