What's the reason for having some files use malloc directly
instead of Malloc? If no reason, could you please change all
malloc's to Malloc's in the files that end up in libcrypto.a
and libssl.a.
> grep -n "malloc(" `find . -name "*.c" -print` | grep -v _malloc | grep -v example |
>grep -v remalloc | grep -v demos | grep -v old
./crypto/des/enc_read.c:90: tmpbuf=(char *)malloc(BSIZE);
./crypto/des/enc_read.c:95: net=(unsigned char *)malloc(BSIZE);
./crypto/des/enc_read.c:100: unnet=(char *)malloc(BSIZE);
./crypto/des/enc_writ.c:87: outbuf=(char *)malloc(BSIZE+HDRSIZE);
/Lennart Bang
TCP/IP knudel
[EMAIL PROTECTED]
ps: sorry for being lazy and not supplying a patch (I am just going to
redefine malloc for now).
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]