include 'err' label only when it is actually used
This commit is contained in:
parent
227385b719
commit
3c758be86e
@ -271,7 +271,9 @@ CERT *ssl_cert_dup(CERT *cert)
|
|||||||
|
|
||||||
return(ret);
|
return(ret);
|
||||||
|
|
||||||
|
#ifndef NO_DH /* avoid 'unreferenced label' warning if NO_DH is defined */
|
||||||
err:
|
err:
|
||||||
|
#endif
|
||||||
#ifndef NO_RSA
|
#ifndef NO_RSA
|
||||||
if (ret->rsa_tmp != NULL)
|
if (ret->rsa_tmp != NULL)
|
||||||
RSA_free(ret->rsa_tmp);
|
RSA_free(ret->rsa_tmp);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user