diff options
author | beck <> | 2021-11-24 01:12:43 +0000 |
---|---|---|
committer | beck <> | 2021-11-24 01:12:43 +0000 |
commit | 61f85f5283a01224548085f548fbf75b2ae1fd26 (patch) | |
tree | 174f53778a84b28475ebc2d99f4725e02e588530 /src/lib/libcrypto/cryptlib.h | |
parent | a76fb9381ecdc95538ad7565d4ae3865d17ef0ed (diff) | |
download | openbsd-61f85f5283a01224548085f548fbf75b2ae1fd26.tar.gz openbsd-61f85f5283a01224548085f548fbf75b2ae1fd26.tar.bz2 openbsd-61f85f5283a01224548085f548fbf75b2ae1fd26.zip |
Make the certificate transparency code build with the rest of the library
Do not expose it yet, this will wait for an upcoming bump
ok tb@
Diffstat (limited to 'src/lib/libcrypto/cryptlib.h')
-rw-r--r-- | src/lib/libcrypto/cryptlib.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/lib/libcrypto/cryptlib.h b/src/lib/libcrypto/cryptlib.h index d44738bf3c..6c3731d971 100644 --- a/src/lib/libcrypto/cryptlib.h +++ b/src/lib/libcrypto/cryptlib.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: cryptlib.h,v 1.25 2016/11/04 17:30:30 miod Exp $ */ | 1 | /* $OpenBSD: cryptlib.h,v 1.26 2021/11/24 01:12:43 beck 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 | * |
@@ -72,6 +72,9 @@ extern "C" { | |||
72 | #define X509_CERT_DIR_EVP "SSL_CERT_DIR" | 72 | #define X509_CERT_DIR_EVP "SSL_CERT_DIR" |
73 | #define X509_CERT_FILE_EVP "SSL_CERT_FILE" | 73 | #define X509_CERT_FILE_EVP "SSL_CERT_FILE" |
74 | 74 | ||
75 | #define CTLOG_FILE OPENSSLDIR "/ct_log_list.cnf" | ||
76 | #define CTLOG_FILE_EVP "CTLOG_FILE" | ||
77 | |||
75 | void OPENSSL_cpuid_setup(void); | 78 | void OPENSSL_cpuid_setup(void); |
76 | 79 | ||
77 | #ifdef __cplusplus | 80 | #ifdef __cplusplus |