On Check-in 20157, it adds #include <malloc.h>.
http://cvs.openssl.org/chngview?cn=20157

But on FreeBSD /usr/include/malloc.h is following:
% cat /usr/include/malloc.h
/* $FreeBSD: src/include/malloc.h,v 1.5.36.1.4.1 2010/06/14 02:09:06
kensmith Exp $ */
#if __STDC__
#error "<malloc.h> has been replaced by <stdlib.h>"
#else
#include <stdlib.h>
#endif

So the check-in breaks it.


Also note that Mac OS X doesn't have malloc.h, but have malloc/malloc.h.

-- 
NARUSE, Yui
nar...@airemix.jp

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       openssl-dev@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to