diff options
Diffstat (limited to 'src/regress/lib/libcrypto/x509/callbackfailures.c')
| -rw-r--r-- | src/regress/lib/libcrypto/x509/callbackfailures.c | 5 |
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 |
