diff options
Diffstat (limited to 'src/lib/libcrypto/hidden/openssl/x509.h')
-rw-r--r-- | src/lib/libcrypto/hidden/openssl/x509.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/lib/libcrypto/hidden/openssl/x509.h b/src/lib/libcrypto/hidden/openssl/x509.h index cdd09b4062..13bd5b533b 100644 --- a/src/lib/libcrypto/hidden/openssl/x509.h +++ b/src/lib/libcrypto/hidden/openssl/x509.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: x509.h,v 1.2 2023/02/23 18:12:32 job Exp $ */ | 1 | /* $OpenBSD: x509.h,v 1.3 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_H | 18 | #ifndef _LIBCRYPTO_X509_H |
19 | #define _LIBCRYPTO_X509_H | 19 | #define _LIBCRYPTO_X509_H |
20 | 20 | ||
21 | #ifndef _MSC_VER | ||
21 | #include_next <openssl/x509.h> | 22 | #include_next <openssl/x509.h> |
23 | #else | ||
24 | #include "../include/openssl/x509.h" | ||
25 | #endif | ||
22 | #include "crypto_namespace.h" | 26 | #include "crypto_namespace.h" |
23 | 27 | ||
24 | LCRYPTO_USED(X509_CRL_up_ref); | 28 | LCRYPTO_USED(X509_CRL_up_ref); |