Based on the change:
from:
openssl-0.9.5/crypto/crypto.h
#define Free(addr) CRYPTO_free(addr)
to:
openssl-0.9.6/crypto/crypto.h
#define OPENSSL_free(addr) CRYPTO_free(addr)
the following instances of Free calls in openssl-0.9.6/demos/ssl should
be replaced by calls to OPENSSL_free :
$ grep Free *.cpp
cli.cpp: Free (str);
cli.cpp: Free (str);
inetdsrv.cpp: Free (str);
inetdsrv.cpp: Free (str);
serv.cpp: Free (str);
serv.cpp: Free (str);
$
Regards,
John
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]