From e8fd0aebd3bba5eeb4eb38d2c9640450f3634294 Mon Sep 17 00:00:00 2001 From: tb <> Date: Sat, 1 Jun 2024 17:56:44 +0000 Subject: Neuter the bounded attribute as was done elsewhere for portable --- src/lib/libcrypto/whrlpool/whrlpool.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/lib/libcrypto/whrlpool') 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 @@ -/* $OpenBSD: whrlpool.h,v 1.7 2024/06/01 07:44:11 tb Exp $ */ +/* $OpenBSD: whrlpool.h,v 1.8 2024/06/01 17:56:44 tb Exp $ */ #include #ifndef HEADER_WHRLPOOL_H #define HEADER_WHRLPOOL_H +#if !defined(HAVE_ATTRIBUTE__BOUNDED__) && !defined(__OpenBSD__) +#define __bounded__(x, y, z) +#endif + #include #ifdef __cplusplus -- cgit v1.2.3-55-g6feb