diff options
Diffstat (limited to 'src/regress/lib/libcrypto/x509/verify.c')
-rw-r--r-- | src/regress/lib/libcrypto/x509/verify.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/regress/lib/libcrypto/x509/verify.c b/src/regress/lib/libcrypto/x509/verify.c index 93a6e43c51..e49180f7f1 100644 --- a/src/regress/lib/libcrypto/x509/verify.c +++ b/src/regress/lib/libcrypto/x509/verify.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: verify.c,v 1.10 2022/10/17 18:36:52 jsing Exp $ */ | 1 | /* $OpenBSD: verify.c,v 1.11 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> |
@@ -25,7 +25,8 @@ | |||
25 | #include <openssl/pem.h> | 25 | #include <openssl/pem.h> |
26 | #include <openssl/x509.h> | 26 | #include <openssl/x509.h> |
27 | #include <openssl/x509v3.h> | 27 | #include <openssl/x509v3.h> |
28 | #include <openssl/x509_verify.h> | 28 | |
29 | #include "x509_verify.h" | ||
29 | 30 | ||
30 | #define MODE_MODERN_VFY 0 | 31 | #define MODE_MODERN_VFY 0 |
31 | #define MODE_MODERN_VFY_DIR 1 | 32 | #define MODE_MODERN_VFY_DIR 1 |