diff options
Diffstat (limited to 'src/lib/libcrypto/hidden/openssl/hmac.h')
-rw-r--r-- | src/lib/libcrypto/hidden/openssl/hmac.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/lib/libcrypto/hidden/openssl/hmac.h b/src/lib/libcrypto/hidden/openssl/hmac.h index d8370945d0..ecf8aa9997 100644 --- a/src/lib/libcrypto/hidden/openssl/hmac.h +++ b/src/lib/libcrypto/hidden/openssl/hmac.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: hmac.h,v 1.1 2022/11/11 11:25:18 beck Exp $ */ | 1 | /* $OpenBSD: hmac.h,v 1.2 2023/07/05 21:14:54 bcook Exp $ */ |
2 | /* | 2 | /* |
3 | * Copyright (c) 2016 Philip Guenther <guenther@openbsd.org> | 3 | * Copyright (c) 2016 Philip Guenther <guenther@openbsd.org> |
4 | * | 4 | * |
@@ -18,7 +18,11 @@ | |||
18 | #ifndef _LIBCRYPTO_HMAC_H_ | 18 | #ifndef _LIBCRYPTO_HMAC_H_ |
19 | #define _LIBCRYPTO_HMAC_H_ | 19 | #define _LIBCRYPTO_HMAC_H_ |
20 | 20 | ||
21 | #ifndef _MSC_VER | ||
21 | #include_next <openssl/hmac.h> | 22 | #include_next <openssl/hmac.h> |
23 | #else | ||
24 | #include "../include/openssl/hmac.h" | ||
25 | #endif | ||
22 | #include "crypto_namespace.h" | 26 | #include "crypto_namespace.h" |
23 | 27 | ||
24 | LCRYPTO_USED(HMAC_CTX_new); | 28 | LCRYPTO_USED(HMAC_CTX_new); |