Remove redundant checks in ssl_cert_dup. This was causing spurious error messages...
authorMatt Caswell <matt@openssl.org>
Thu, 27 Nov 2014 11:06:43 +0000 (11:06 +0000)
committerMatt Caswell <matt@openssl.org>
Thu, 27 Nov 2014 20:51:59 +0000 (20:51 +0000)
commit1e7b4891cb373027eede00cdaa312899d2386272
tree1bfc23f4eb804045d6b2561e0d27208f64eec0eb
parent3623e24b45bd85d6cdb2a64a61d51ae8931f9a98
Remove redundant checks in ssl_cert_dup. This was causing spurious error messages when using GOST

PR#3613

Reviewed-by: Richard Levitte <levitte@openssl.org>
(cherry picked from commit fc3968a25ce0c16cab8730ec0d68a59856158029)
ssl/ssl_cert.c