summaryrefslogtreecommitdiff
path: root/src/regress/lib/libssl/unit/ssl_verify_param.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/regress/lib/libssl/unit/ssl_verify_param.c')
-rw-r--r--src/regress/lib/libssl/unit/ssl_verify_param.c5
1 files changed, 2 insertions, 3 deletions
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 @@
1/* $OpenBSD: ssl_verify_param.c,v 1.2 2025/10/10 23:07:40 tb Exp $ */ 1/* $OpenBSD: ssl_verify_param.c,v 1.3 2025/10/24 11:43:34 tb Exp $ */
2 2
3/* 3/*
4 * Copyright (c) 2023 Theo Buehler <tb@openbsd.org> 4 * Copyright (c) 2023 Theo Buehler <tb@openbsd.org>
@@ -20,10 +20,9 @@
20#include <stdio.h> 20#include <stdio.h>
21 21
22#include <openssl/ssl.h> 22#include <openssl/ssl.h>
23#include <openssl/x509_vfy.h>
23#include <openssl/x509v3.h> 24#include <openssl/x509v3.h>
24 25
25unsigned int X509_VERIFY_PARAM_get_hostflags(const X509_VERIFY_PARAM *param);
26
27static int 26static int
28ssl_verify_param_flags_inherited(void) 27ssl_verify_param_flags_inherited(void)
29{ 28{