mirror of https://github.com/openssl/openssl.git
Make 'err' lable in ssl_cert_dup unconditional
Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/2082)
This commit is contained in:
parent
292bb56846
commit
3b584efe91
|
|
@ -392,9 +392,7 @@ CERT *ssl_cert_dup(CERT *cert)
|
|||
|
||||
return (ret);
|
||||
|
||||
#if !defined(OPENSSL_NO_DH) || !defined(OPENSSL_NO_ECDH)
|
||||
err:
|
||||
#endif
|
||||
#ifndef OPENSSL_NO_RSA
|
||||
if (ret->rsa_tmp != NULL)
|
||||
RSA_free(ret->rsa_tmp);
|
||||
|
|
|
|||
Loading…
Reference in New Issue