diff options
Diffstat (limited to '')
-rw-r--r-- | src/regress/lib/libssl/interop/util.h | 3 |
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 78f7bb63b6..7414a037d7 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.2 2018/11/07 06:29:26 bluhm Exp $ */ | 1 | /* $OpenBSD: util.h,v 1.3 2018/11/09 06:30:41 bluhm Exp $ */ |
2 | /* | 2 | /* |
3 | * Copyright (c) 2018 Alexander Bluhm <bluhm@openbsd.org> | 3 | * Copyright (c) 2018 Alexander Bluhm <bluhm@openbsd.org> |
4 | * | 4 | * |
@@ -20,3 +20,4 @@ void print_ciphers(STACK_OF(SSL_CIPHER) *); | |||
20 | void print_sockname(BIO *); | 20 | void print_sockname(BIO *); |
21 | void print_peername(BIO *); | 21 | void print_peername(BIO *); |
22 | void err_ssl(int, const char *, ...); | 22 | void err_ssl(int, const char *, ...); |
23 | int verify_callback(int, X509_STORE_CTX *); | ||