Fix for SSL_get_certificate
authorDr. Stephen Henson <steve@openssl.org>
Mon, 11 Feb 2013 18:24:03 +0000 (18:24 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Mon, 11 Feb 2013 18:24:03 +0000 (18:24 +0000)
commit147dbb2fe3bead7a10e2f280261b661ce7af7adc
tree9d37f2468e568f88417fb74283d1ae9c58aca446
parentcbf9b4aed3e209fe8a39e1d6f55aaf46d1369dc4
Fix for SSL_get_certificate

Now we set the current certificate to the one used by a server
there is no need to call ssl_get_server_send_cert which will
fail if we haven't sent a certificate yet.
ssl/ssl_lib.c