diff options
Diffstat (limited to 'lib/libcrypto/bio/bio.h')
-rw-r--r-- | lib/libcrypto/bio/bio.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libcrypto/bio/bio.h b/lib/libcrypto/bio/bio.h index 59f916f0855..dc9c9b9e14e 100644 --- a/lib/libcrypto/bio/bio.h +++ b/lib/libcrypto/bio/bio.h @@ -1,4 +1,4 @@ -/* $OpenBSD: bio.h,v 1.25 2014/07/13 10:27:22 beck Exp $ */ +/* $OpenBSD: bio.h,v 1.26 2014/07/13 14:13:27 beck Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -58,7 +58,7 @@ #ifndef HEADER_BIO_H #define HEADER_BIO_H -#if !defined(HAVE_ATTRIBUTE__BOUNDED__) || !defined(__OpenBSD__) +#if !defined(HAVE_ATTRIBUTE__BOUNDED__) && !defined(__OpenBSD__) #define __bounded__(x, y, z) #endif #include <openssl/opensslconf.h> |