diff options
Diffstat (limited to 'src/lib/libcrypto/hidden/openssl/x509v3.h')
| -rw-r--r-- | src/lib/libcrypto/hidden/openssl/x509v3.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/lib/libcrypto/hidden/openssl/x509v3.h b/src/lib/libcrypto/hidden/openssl/x509v3.h index 24aa1f22f6..a85c5c26aa 100644 --- a/src/lib/libcrypto/hidden/openssl/x509v3.h +++ b/src/lib/libcrypto/hidden/openssl/x509v3.h | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: x509v3.h,v 1.4 2023/04/30 19:31:05 tb Exp $ */ | 1 | /* $OpenBSD: x509v3.h,v 1.5 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_X509V3_H | 18 | #ifndef _LIBCRYPTO_X509V3_H |
| 19 | #define _LIBCRYPTO_X509V3_H | 19 | #define _LIBCRYPTO_X509V3_H |
| 20 | 20 | ||
| 21 | #ifndef _MSC_VER | ||
| 21 | #include_next <openssl/x509v3.h> | 22 | #include_next <openssl/x509v3.h> |
| 23 | #else | ||
| 24 | #include "../include/openssl/x509v3.h" | ||
| 25 | #endif | ||
| 22 | #include "crypto_namespace.h" | 26 | #include "crypto_namespace.h" |
| 23 | 27 | ||
| 24 | LCRYPTO_USED(BASIC_CONSTRAINTS_new); | 28 | LCRYPTO_USED(BASIC_CONSTRAINTS_new); |
