summaryrefslogtreecommitdiff
path: root/src/regress/lib/libssl/interop/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/regress/lib/libssl/interop/util.h')
-rw-r--r--src/regress/lib/libssl/interop/util.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/regress/lib/libssl/interop/util.h b/src/regress/lib/libssl/interop/util.h
index 2fdebf34b3..78f7bb63b6 100644
--- a/src/regress/lib/libssl/interop/util.h
+++ b/src/regress/lib/libssl/interop/util.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: util.h,v 1.1.1.1 2018/11/07 01:08:49 bluhm Exp $ */ 1/* $OpenBSD: util.h,v 1.2 2018/11/07 06:29:26 bluhm Exp $ */
2/* 2/*
3 * Copyright (c) 2018 Alexander Bluhm <bluhm@openbsd.org> 3 * Copyright (c) 2018 Alexander Bluhm <bluhm@openbsd.org>
4 * 4 *
@@ -15,6 +15,7 @@
15 * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 15 * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
16 */ 16 */
17 17
18void print_version(void);
18void print_ciphers(STACK_OF(SSL_CIPHER) *); 19void print_ciphers(STACK_OF(SSL_CIPHER) *);
19void print_sockname(BIO *); 20void print_sockname(BIO *);
20void print_peername(BIO *); 21void print_peername(BIO *);