right now you need to include sys/types.h yourself before trying to include openssl/sha.h or the build fails ... this patch does what some of other openssl headers do and include sys/types.h properly
This is about size_t, isn't it? <sys/types.h> is wrong one to include. <stddef.h> is one required by standard and is universally available. It's fixed now in HEAD and 098. A.
______________________________________________________________________ OpenSSL Project http://www.openssl.org Development Mailing List [email protected] Automated List Manager [EMAIL PROTECTED]
