diff options
author | tb <> | 2024-06-01 17:56:44 +0000 |
---|---|---|
committer | tb <> | 2024-06-01 17:56:44 +0000 |
commit | e8fd0aebd3bba5eeb4eb38d2c9640450f3634294 (patch) | |
tree | 0a26c44a0bab65c293fab130f1a5f31bf58a17a0 /src/lib/libcrypto/ripemd | |
parent | 9f06266b4010c7eb85fbf0583880673c481fe104 (diff) | |
download | openbsd-e8fd0aebd3bba5eeb4eb38d2c9640450f3634294.tar.gz openbsd-e8fd0aebd3bba5eeb4eb38d2c9640450f3634294.tar.bz2 openbsd-e8fd0aebd3bba5eeb4eb38d2c9640450f3634294.zip |
Neuter the bounded attribute as was done elsewhere for portable
Diffstat (limited to 'src/lib/libcrypto/ripemd')
-rw-r--r-- | src/lib/libcrypto/ripemd/ripemd.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/lib/libcrypto/ripemd/ripemd.h b/src/lib/libcrypto/ripemd/ripemd.h index 98fd0f71ec..3dc6bd8b25 100644 --- a/src/lib/libcrypto/ripemd/ripemd.h +++ b/src/lib/libcrypto/ripemd/ripemd.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: ripemd.h,v 1.17 2024/06/01 07:44:11 tb Exp $ */ | 1 | /* $OpenBSD: ripemd.h,v 1.18 2024/06/01 17:56:44 tb Exp $ */ |
2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) | 2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) |
3 | * All rights reserved. | 3 | * All rights reserved. |
4 | * | 4 | * |
@@ -61,6 +61,10 @@ | |||
61 | #ifndef HEADER_RIPEMD_H | 61 | #ifndef HEADER_RIPEMD_H |
62 | #define HEADER_RIPEMD_H | 62 | #define HEADER_RIPEMD_H |
63 | 63 | ||
64 | #if !defined(HAVE_ATTRIBUTE__BOUNDED__) && !defined(__OpenBSD__) | ||
65 | #define __bounded__(x, y, z) | ||
66 | #endif | ||
67 | |||
64 | #include <openssl/opensslconf.h> | 68 | #include <openssl/opensslconf.h> |
65 | 69 | ||
66 | #ifdef __cplusplus | 70 | #ifdef __cplusplus |