summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto/x509/callbackfailures.c
diff options
context:
space:
mode:
authortb <>2023-01-28 19:12:20 +0000
committertb <>2023-01-28 19:12:20 +0000
commit7782a729f26fe17629a646b9be50bc25d37dd395 (patch)
treebcb206e6ff9630d1c968f34a070bcef4f60fe4ef /src/regress/lib/libcrypto/x509/callbackfailures.c
parent5c1c0f42353a74450c3661fb2e5409baf64c174b (diff)
downloadopenbsd-7782a729f26fe17629a646b9be50bc25d37dd395.tar.gz
openbsd-7782a729f26fe17629a646b9be50bc25d37dd395.tar.bz2
openbsd-7782a729f26fe17629a646b9be50bc25d37dd395.zip
Switch regress to using x509_verify.h from libcrypto instead of the
one in /usr/include/openssl.
Diffstat (limited to 'src/regress/lib/libcrypto/x509/callbackfailures.c')
-rw-r--r--src/regress/lib/libcrypto/x509/callbackfailures.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/regress/lib/libcrypto/x509/callbackfailures.c b/src/regress/lib/libcrypto/x509/callbackfailures.c
index f714adffff..53570e1532 100644
--- a/src/regress/lib/libcrypto/x509/callbackfailures.c
+++ b/src/regress/lib/libcrypto/x509/callbackfailures.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: callbackfailures.c,v 1.1 2022/06/28 07:56:34 beck Exp $ */ 1/* $OpenBSD: callbackfailures.c,v 1.2 2023/01/28 19:12:20 tb Exp $ */
2/* 2/*
3 * Copyright (c) 2020 Joel Sing <jsing@openbsd.org> 3 * Copyright (c) 2020 Joel Sing <jsing@openbsd.org>
4 * Copyright (c) 2020-2021 Bob Beck <beck@openbsd.org> 4 * Copyright (c) 2020-2021 Bob Beck <beck@openbsd.org>
@@ -24,7 +24,8 @@
24#include <openssl/pem.h> 24#include <openssl/pem.h>
25#include <openssl/x509.h> 25#include <openssl/x509.h>
26#include <openssl/x509v3.h> 26#include <openssl/x509v3.h>
27#include <openssl/x509_verify.h> 27
28#include "x509_verify.h"
28 29
29#define MODE_MODERN_VFY 0 30#define MODE_MODERN_VFY 0
30#define MODE_MODERN_VFY_DIR 1 31#define MODE_MODERN_VFY_DIR 1