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:55:52 +0000 (20:55 +0000)
commit3b125151809e4da36f2535848572d6adaf37f729
treeb4ed8745e92caf5acd77f6f25216b3aca7d0d273
parent4e73dc5b76de99fdd1e28cc3f0f7ed8b21d41dfc
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