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:53:58 +0000 (20:53 +0000)
commit061e68c554a29ea30152d1c34e96abeca2f9652c
tree4bbb301ef5bdc4e1de47548b45663ce8a8da1a4e
parent3f1d582f7099d735bac344b9f1c51bada42c4f90
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