Recent changes from 0.9.6-stable.

This commit is contained in:
Richard Levitte
2002-11-28 12:26:05 +00:00
parent ca8f05d093
commit 63e86149c1
58 changed files with 168 additions and 113 deletions

View File

@@ -1077,7 +1077,7 @@ err:
BIO_printf(bio_s_out,"CONNECTION CLOSED\n");
if (buf != NULL)
{
memset(buf,0,bufsize);
OPENSSL_cleanse(buf,bufsize);
OPENSSL_free(buf);
}
if (ret >= 0)