diff options
Diffstat (limited to 'src/lib/libcrypto/hidden/openssl/x509_vfy.h')
| -rw-r--r-- | src/lib/libcrypto/hidden/openssl/x509_vfy.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/lib/libcrypto/hidden/openssl/x509_vfy.h b/src/lib/libcrypto/hidden/openssl/x509_vfy.h index ee008b097a..b5f2ac1a85 100644 --- a/src/lib/libcrypto/hidden/openssl/x509_vfy.h +++ b/src/lib/libcrypto/hidden/openssl/x509_vfy.h | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: x509_vfy.h,v 1.5 2023/07/03 11:43:15 tobhe Exp $ */ | 1 | /* $OpenBSD: x509_vfy.h,v 1.6 2023/07/05 21:14:54 bcook Exp $ */ |
| 2 | /* | 2 | /* |
| 3 | * Copyright (c) 2022 Bob Beck <beck@openbsd.org> | 3 | * Copyright (c) 2022 Bob Beck <beck@openbsd.org> |
| 4 | * | 4 | * |
| @@ -18,7 +18,11 @@ | |||
| 18 | #ifndef _LIBCRYPTO_X509_VFY_H | 18 | #ifndef _LIBCRYPTO_X509_VFY_H |
| 19 | #define _LIBCRYPTO_X509_VFY_H | 19 | #define _LIBCRYPTO_X509_VFY_H |
| 20 | 20 | ||
| 21 | #ifndef _MSC_VER | ||
| 21 | #include_next <openssl/x509_vfy.h> | 22 | #include_next <openssl/x509_vfy.h> |
| 23 | #else | ||
| 24 | #include "../include/openssl/x509_vfy.h" | ||
| 25 | #endif | ||
| 22 | #include "crypto_namespace.h" | 26 | #include "crypto_namespace.h" |
| 23 | 27 | ||
| 24 | LCRYPTO_USED(X509_STORE_set_depth); | 28 | LCRYPTO_USED(X509_STORE_set_depth); |
