summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/ripemd/ripemd.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/ripemd/ripemd.h')
-rw-r--r--src/lib/libcrypto/ripemd/ripemd.h6
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