summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto/ct/cttest.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/regress/lib/libcrypto/ct/cttest.c')
-rw-r--r--src/regress/lib/libcrypto/ct/cttest.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/regress/lib/libcrypto/ct/cttest.c b/src/regress/lib/libcrypto/ct/cttest.c
index 05ec88c091..8986c93883 100644
--- a/src/regress/lib/libcrypto/ct/cttest.c
+++ b/src/regress/lib/libcrypto/ct/cttest.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: cttest.c,v 1.4 2023/01/01 17:00:08 miod Exp $ */ 1/* $OpenBSD: cttest.c,v 1.5 2023/04/14 11:18:40 tb Exp $ */
2/* 2/*
3 * Copyright (c) 2021 Joel Sing <jsing@openbsd.org> 3 * Copyright (c) 2021 Joel Sing <jsing@openbsd.org>
4 * 4 *
@@ -18,12 +18,11 @@
18#include <err.h> 18#include <err.h>
19#include <string.h> 19#include <string.h>
20 20
21#include <openssl/ct.h>
21#include <openssl/err.h> 22#include <openssl/err.h>
22#include <openssl/pem.h> 23#include <openssl/pem.h>
23#include <openssl/x509v3.h> 24#include <openssl/x509v3.h>
24 25
25#include "ct/ct.h"
26
27char *test_ctlog_conf_file; 26char *test_ctlog_conf_file;
28char *test_cert_file; 27char *test_cert_file;
29char *test_issuer_file; 28char *test_issuer_file;