summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/ct/ct_vfy.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/ct/ct_vfy.c')
-rw-r--r--src/lib/libcrypto/ct/ct_vfy.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/ct/ct_vfy.c b/src/lib/libcrypto/ct/ct_vfy.c
index 424117263a..5dbb2096e1 100644
--- a/src/lib/libcrypto/ct/ct_vfy.c
+++ b/src/lib/libcrypto/ct/ct_vfy.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: ct_vfy.c,v 1.6 2022/01/06 14:34:40 jsing Exp $ */ 1/* $OpenBSD: ct_vfy.c,v 1.7 2025/05/10 05:54:38 tb Exp $ */
2/* 2/*
3 * Written by Rob Stradling (rob@comodo.com) and Stephen Henson 3 * Written by Rob Stradling (rob@comodo.com) and Stephen Henson
4 * (steve@openssl.org) for the OpenSSL project 2014. 4 * (steve@openssl.org) for the OpenSSL project 2014.
@@ -60,11 +60,11 @@
60#include <string.h> 60#include <string.h>
61 61
62#include <openssl/ct.h> 62#include <openssl/ct.h>
63#include <openssl/err.h>
64#include <openssl/evp.h> 63#include <openssl/evp.h>
65#include <openssl/x509.h> 64#include <openssl/x509.h>
66 65
67#include "ct_local.h" 66#include "ct_local.h"
67#include "err_local.h"
68 68
69typedef enum sct_signature_type_t { 69typedef enum sct_signature_type_t {
70 SIGNATURE_TYPE_NOT_SET = -1, 70 SIGNATURE_TYPE_NOT_SET = -1,