summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/sha/sha.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/sha/sha.h')
-rw-r--r--src/lib/libcrypto/sha/sha.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/lib/libcrypto/sha/sha.h b/src/lib/libcrypto/sha/sha.h
index c2e303fcc2..d227ae458a 100644
--- a/src/lib/libcrypto/sha/sha.h
+++ b/src/lib/libcrypto/sha/sha.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: sha.h,v 1.17 2014/07/10 22:45:58 jsing Exp $ */ 1/* $OpenBSD: sha.h,v 1.18 2014/07/13 10:27:22 beck 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 *
@@ -60,6 +60,9 @@
60 60
61#ifndef HEADER_SHA_H 61#ifndef HEADER_SHA_H
62#define HEADER_SHA_H 62#define HEADER_SHA_H
63#if !defined(HAVE_ATTRIBUTE__BOUNDED__) || !defined(__OpenBSD__)
64#define __bounded__(x, y, z)
65#endif
63 66
64#include <openssl/opensslconf.h> 67#include <openssl/opensslconf.h>
65 68