From c41dce262dbcf5a91165452e9183cc69c22d46fc Mon Sep 17 00:00:00 2001 From: beck <> Date: Sun, 13 Jul 2014 14:13:27 +0000 Subject: unbreak build this needed to be an and.. ok jsing@ --- src/lib/libcrypto/sha/sha.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib/libcrypto/sha') diff --git a/src/lib/libcrypto/sha/sha.h b/src/lib/libcrypto/sha/sha.h index d227ae458a..e4fdae9788 100644 --- a/src/lib/libcrypto/sha/sha.h +++ b/src/lib/libcrypto/sha/sha.h @@ -1,4 +1,4 @@ -/* $OpenBSD: sha.h,v 1.18 2014/07/13 10:27:22 beck Exp $ */ +/* $OpenBSD: sha.h,v 1.19 2014/07/13 14:13:27 beck Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -60,7 +60,7 @@ #ifndef HEADER_SHA_H #define HEADER_SHA_H -#if !defined(HAVE_ATTRIBUTE__BOUNDED__) || !defined(__OpenBSD__) +#if !defined(HAVE_ATTRIBUTE__BOUNDED__) && !defined(__OpenBSD__) #define __bounded__(x, y, z) #endif -- cgit v1.2.3-55-g6feb