diff options
Diffstat (limited to '')
-rw-r--r-- | src/lib/libcrypto/ct/ct_sct.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/ct/ct_sct.c b/src/lib/libcrypto/ct/ct_sct.c index 4b2716e734..d647e34d92 100644 --- a/src/lib/libcrypto/ct/ct_sct.c +++ b/src/lib/libcrypto/ct/ct_sct.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: ct_sct.c,v 1.10 2023/07/22 17:02:49 tb Exp $ */ | 1 | /* $OpenBSD: ct_sct.c,v 1.11 2025/05/10 05:54:38 tb Exp $ */ |
2 | /* | 2 | /* |
3 | * Written by Rob Stradling (rob@comodo.com), Stephen Henson (steve@openssl.org) | 3 | * Written by Rob Stradling (rob@comodo.com), Stephen Henson (steve@openssl.org) |
4 | * and Adam Eijdenberg (adam.eijdenberg@gmail.com) for the OpenSSL project 2016. | 4 | * and Adam Eijdenberg (adam.eijdenberg@gmail.com) for the OpenSSL project 2016. |
@@ -67,11 +67,11 @@ | |||
67 | 67 | ||
68 | #include <openssl/asn1.h> | 68 | #include <openssl/asn1.h> |
69 | #include <openssl/ct.h> | 69 | #include <openssl/ct.h> |
70 | #include <openssl/err.h> | ||
71 | #include <openssl/objects.h> | 70 | #include <openssl/objects.h> |
72 | #include <openssl/x509.h> | 71 | #include <openssl/x509.h> |
73 | 72 | ||
74 | #include "ct_local.h" | 73 | #include "ct_local.h" |
74 | #include "err_local.h" | ||
75 | 75 | ||
76 | SCT * | 76 | SCT * |
77 | SCT_new(void) | 77 | SCT_new(void) |