diff options
author | Bob Beck <beck@cvs.openbsd.org> | 2014-07-13 14:13:28 +0000 |
---|---|---|
committer | Bob Beck <beck@cvs.openbsd.org> | 2014-07-13 14:13:28 +0000 |
commit | 23357a43577ab09f9cd43ba078d85c4d6e9e3dd5 (patch) | |
tree | c8eb7f45c45dc87ceba916c9db9a043d0ec49288 /lib/libcrypto/buffer | |
parent | 1e177b0e9dcaeb478f9077a3e7e0319d253c611f (diff) |
unbreak build this needed to be an and..
ok jsing@
Diffstat (limited to 'lib/libcrypto/buffer')
-rw-r--r-- | lib/libcrypto/buffer/buffer.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libcrypto/buffer/buffer.h b/lib/libcrypto/buffer/buffer.h index 00759cf8570..def1943d319 100644 --- a/lib/libcrypto/buffer/buffer.h +++ b/lib/libcrypto/buffer/buffer.h @@ -1,4 +1,4 @@ -/* $OpenBSD: buffer.h,v 1.12 2014/07/13 10:27:22 beck Exp $ */ +/* $OpenBSD: buffer.h,v 1.13 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_BUFFER_H #define HEADER_BUFFER_H -#if !defined(HAVE_ATTRIBUTE__BOUNDED__) || !defined(__OpenBSD__) +#if !defined(HAVE_ATTRIBUTE__BOUNDED__) && !defined(__OpenBSD__) #define __bounded__(x, y, z) #endif |