summaryrefslogtreecommitdiff
path: root/src/regress/lib/libtls/signer/signertest.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/regress/lib/libtls/signer/signertest.c')
-rw-r--r--src/regress/lib/libtls/signer/signertest.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/regress/lib/libtls/signer/signertest.c b/src/regress/lib/libtls/signer/signertest.c
index 50ee5f0c44..89af257372 100644
--- a/src/regress/lib/libtls/signer/signertest.c
+++ b/src/regress/lib/libtls/signer/signertest.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: signertest.c,v 1.4 2022/02/01 17:19:16 jsing Exp $ */ 1/* $OpenBSD: signertest.c,v 1.5 2022/03/24 15:58:57 tb Exp $ */
2/* 2/*
3 * Copyright (c) 2017, 2018, 2022 Joel Sing <jsing@openbsd.org> 3 * Copyright (c) 2017, 2018, 2022 Joel Sing <jsing@openbsd.org>
4 * 4 *
@@ -32,6 +32,8 @@
32 32
33#include <tls.h> 33#include <tls.h>
34 34
35#include "tls_internal.h"
36
35const char *cert_path; 37const char *cert_path;
36int sign_cb_count; 38int sign_cb_count;
37 39