Remove ssl_cert_inst()
authorKurt Roeckx <kurt@roeckx.be>
Sat, 14 Mar 2015 17:09:44 +0000 (18:09 +0100)
committerKurt Roeckx <kurt@roeckx.be>
Sun, 15 Mar 2015 11:15:08 +0000 (12:15 +0100)
commit2c3823491d8812560922a58677e3ad2db4b2ec8d
treeba75df30b197152acc83c1c931d55c1a6121d1af
parent9fbbdd73c58c29dc46cc314f7165e45e6d43fd60
Remove ssl_cert_inst()

It created the cert structure in SSL_CTX or SSL if it was NULL, but they can
never be NULL as the comments already said.

Reviewed-by: Dr. Stephen Henson <steve@openssl.org>
ssl/s3_lib.c
ssl/ssl_cert.c
ssl/ssl_err.c
ssl/ssl_lib.c
ssl/ssl_locl.h
ssl/ssl_rsa.c