SSL_new() may potentially add a certfificate. Therefore, wen
authorRichard Levitte <levitte@openssl.org>
Tue, 12 Dec 2000 08:08:53 +0000 (08:08 +0000)
committerRichard Levitte <levitte@openssl.org>
Tue, 12 Dec 2000 08:08:53 +0000 (08:08 +0000)
commit34d69d3b23741f89de9bda49d35a8e72fc2f3405
treefae65b08160eff35c2dc339128c3f1c06d647928
parentdaea0ff8a960237e0f9a71301721824c25ad3b25
SSL_new() may potentially add a certfificate.  Therefore, wen
duplicating the certificate that is in the original SSL, remove the
one that SSL_new() provided, if any.
Spotted by: Mike Zeoli <zeoli@roguewave.com>
ssl/ssl_lib.c