diff options
Diffstat (limited to 'src/lib/libcrypto/ct/ct_log.c')
-rw-r--r-- | src/lib/libcrypto/ct/ct_log.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/ct/ct_log.c b/src/lib/libcrypto/ct/ct_log.c index 72045477ac..48611df979 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.9 2024/11/05 09:35:40 tb Exp $ */ | 1 | /* $OpenBSD: ct_log.c,v 1.10 2025/05/10 05:54:38 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. |
@@ -65,13 +65,13 @@ | |||
65 | #include <openssl/asn1.h> | 65 | #include <openssl/asn1.h> |
66 | #include <openssl/conf.h> | 66 | #include <openssl/conf.h> |
67 | #include <openssl/ct.h> | 67 | #include <openssl/ct.h> |
68 | #include <openssl/err.h> | ||
69 | #include <openssl/evp.h> | 68 | #include <openssl/evp.h> |
70 | #include <openssl/sha.h> | 69 | #include <openssl/sha.h> |
71 | #include <openssl/x509.h> | 70 | #include <openssl/x509.h> |
72 | 71 | ||
73 | #include "conf_local.h" | 72 | #include "conf_local.h" |
74 | #include "crypto_local.h" | 73 | #include "crypto_local.h" |
74 | #include "err_local.h" | ||
75 | 75 | ||
76 | 76 | ||
77 | /* | 77 | /* |