diff options
Diffstat (limited to '')
-rw-r--r-- | src/lib/libcrypto/md4/md4.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/lib/libcrypto/md4/md4.h b/src/lib/libcrypto/md4/md4.h index 64bcfefeec..f0a9daeb50 100644 --- a/src/lib/libcrypto/md4/md4.h +++ b/src/lib/libcrypto/md4/md4.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: md4.h,v 1.19 2024/06/01 07:44:11 tb Exp $ */ | 1 | /* $OpenBSD: md4.h,v 1.20 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_MD4_H | 61 | #ifndef HEADER_MD4_H |
62 | #define HEADER_MD4_H | 62 | #define HEADER_MD4_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 |