diff options
Diffstat (limited to 'src/lib/libcrypto/whrlpool')
-rw-r--r-- | src/lib/libcrypto/whrlpool/whrlpool.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/lib/libcrypto/whrlpool/whrlpool.h b/src/lib/libcrypto/whrlpool/whrlpool.h index 1670a81b37..d8e7eef141 100644 --- a/src/lib/libcrypto/whrlpool/whrlpool.h +++ b/src/lib/libcrypto/whrlpool/whrlpool.h | |||
@@ -1,10 +1,14 @@ | |||
1 | /* $OpenBSD: whrlpool.h,v 1.7 2024/06/01 07:44:11 tb Exp $ */ | 1 | /* $OpenBSD: whrlpool.h,v 1.8 2024/06/01 17:56:44 tb Exp $ */ |
2 | 2 | ||
3 | #include <stddef.h> | 3 | #include <stddef.h> |
4 | 4 | ||
5 | #ifndef HEADER_WHRLPOOL_H | 5 | #ifndef HEADER_WHRLPOOL_H |
6 | #define HEADER_WHRLPOOL_H | 6 | #define HEADER_WHRLPOOL_H |
7 | 7 | ||
8 | #if !defined(HAVE_ATTRIBUTE__BOUNDED__) && !defined(__OpenBSD__) | ||
9 | #define __bounded__(x, y, z) | ||
10 | #endif | ||
11 | |||
8 | #include <openssl/opensslconf.h> | 12 | #include <openssl/opensslconf.h> |
9 | 13 | ||
10 | #ifdef __cplusplus | 14 | #ifdef __cplusplus |