diff options
author | tb <> | 2024-11-05 09:35:40 +0000 |
---|---|---|
committer | tb <> | 2024-11-05 09:35:40 +0000 |
commit | 542bf25f93f81841d2819e26fc732c46b7adb261 (patch) | |
tree | 53d245baf97d8ca405f7b20b088f59c7c0eed5d3 /src/lib/libcrypto/ct | |
parent | a8ec14250509d225ed04d2f875ffba9d1d219856 (diff) | |
download | openbsd-542bf25f93f81841d2819e26fc732c46b7adb261.tar.gz openbsd-542bf25f93f81841d2819e26fc732c46b7adb261.tar.bz2 openbsd-542bf25f93f81841d2819e26fc732c46b7adb261.zip |
Move cryptlib.h to crypto_local.h
discussed with jsing
Diffstat (limited to 'src/lib/libcrypto/ct')
-rw-r--r-- | src/lib/libcrypto/ct/ct_log.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/lib/libcrypto/ct/ct_log.c b/src/lib/libcrypto/ct/ct_log.c index 0b2b061167..72045477ac 100644 --- a/src/lib/libcrypto/ct/ct_log.c +++ b/src/lib/libcrypto/ct/ct_log.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: ct_log.c,v 1.8 2024/11/01 18:34:06 tb Exp $ */ | 1 | /* $OpenBSD: ct_log.c,v 1.9 2024/11/05 09:35:40 tb Exp $ */ |
2 | /* Author: Adam Eijdenberg <adam.eijdenberg@gmail.com>. */ | 2 | /* Author: Adam Eijdenberg <adam.eijdenberg@gmail.com>. */ |
3 | /* ==================================================================== | 3 | /* ==================================================================== |
4 | * Copyright (c) 1998-2016 The OpenSSL Project. All rights reserved. | 4 | * Copyright (c) 1998-2016 The OpenSSL Project. All rights reserved. |
@@ -71,8 +71,7 @@ | |||
71 | #include <openssl/x509.h> | 71 | #include <openssl/x509.h> |
72 | 72 | ||
73 | #include "conf_local.h" | 73 | #include "conf_local.h" |
74 | 74 | #include "crypto_local.h" | |
75 | #include "cryptlib.h" | ||
76 | 75 | ||
77 | 76 | ||
78 | /* | 77 | /* |