diff options
Diffstat (limited to 'src/regress/lib/libtls/signer/signertest.c')
-rw-r--r-- | src/regress/lib/libtls/signer/signertest.c | 4 |
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 | |||
35 | const char *cert_path; | 37 | const char *cert_path; |
36 | int sign_cb_count; | 38 | int sign_cb_count; |
37 | 39 | ||