CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2014/07/13 04:27:23
Modified files:
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
Log message:
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@