Take out __bounded__ in the include files we use it in when not on OpenBSD.
authorbeck <beck@openbsd.org>
Sun, 13 Jul 2014 10:27:22 +0000 (10:27 +0000)
committerbeck <beck@openbsd.org>
Sun, 13 Jul 2014 10:27:22 +0000 (10:27 +0000)
commit361740acb97cd5b76a1b7fb1044acddbf501f903
tree2dd58c523f92924278bae568d6ed9f0989d711e7
parent3a468b4e6d67e44f7e9ae392bb9ce12d6329a1f1
Take out __bounded__ in the include files we use it in when not on OpenBSD.
while we can take it out in portable at compile time, it is still a problem
when we install this header file on a system that doesn't support __bounded__
if this is unguarded.
ok miod@ bcook@
lib/libcrypto/bio/bio.h
lib/libcrypto/buffer/buffer.h
lib/libcrypto/md5/md5.h
lib/libcrypto/sha/sha.h
lib/libssl/src/crypto/bio/bio.h
lib/libssl/src/crypto/buffer/buffer.h
lib/libssl/src/crypto/md5/md5.h
lib/libssl/src/crypto/sha/sha.h