From c168e7d61d28218d9000b840a46e75e38f2ac5ff Mon Sep 17 00:00:00 2001 From: tb <> Date: Fri, 24 Oct 2025 11:43:34 +0000 Subject: Use X509_VERIFY_PARAM_get_hostflags() prototype from x509_vfy.h --- src/regress/lib/libssl/unit/ssl_verify_param.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/regress/lib/libssl/unit/ssl_verify_param.c') diff --git a/src/regress/lib/libssl/unit/ssl_verify_param.c b/src/regress/lib/libssl/unit/ssl_verify_param.c index c5ad5c3a2b..05af9be2be 100644 --- a/src/regress/lib/libssl/unit/ssl_verify_param.c +++ b/src/regress/lib/libssl/unit/ssl_verify_param.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ssl_verify_param.c,v 1.2 2025/10/10 23:07:40 tb Exp $ */ +/* $OpenBSD: ssl_verify_param.c,v 1.3 2025/10/24 11:43:34 tb Exp $ */ /* * Copyright (c) 2023 Theo Buehler @@ -20,10 +20,9 @@ #include #include +#include #include -unsigned int X509_VERIFY_PARAM_get_hostflags(const X509_VERIFY_PARAM *param); - static int ssl_verify_param_flags_inherited(void) { -- cgit v1.2.3-55-g6feb