summaryrefslogtreecommitdiffstats
path: root/lib/libcrypto/buffer/buffer.h
diff options
context:
space:
mode:
authorbeck <beck@openbsd.org>2014-07-13 14:13:27 +0000
committerbeck <beck@openbsd.org>2014-07-13 14:13:27 +0000
commit40c1866a3ff94feb0d1ece7cdbe67797ec803b37 (patch)
treef36dc1f3a621e72004366c08e8db6d241140eecf /lib/libcrypto/buffer/buffer.h
parentAll /etc/examples files belong to base; for now. (diff)
downloadwireguard-openbsd-40c1866a3ff94feb0d1ece7cdbe67797ec803b37.tar.xz
wireguard-openbsd-40c1866a3ff94feb0d1ece7cdbe67797ec803b37.zip
unbreak build this needed to be an and..
ok jsing@
Diffstat (limited to 'lib/libcrypto/buffer/buffer.h')
-rw-r--r--lib/libcrypto/buffer/buffer.h4
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