include 'err' label only when it is actually used

This commit is contained in:
Bodo Möller 2000-11-17 13:08:57 +00:00
parent 227385b719
commit 3c758be86e

View File

@ -271,7 +271,9 @@ CERT *ssl_cert_dup(CERT *cert)
return(ret);
#ifndef NO_DH /* avoid 'unreferenced label' warning if NO_DH is defined */
err:
#endif
#ifndef NO_RSA
if (ret->rsa_tmp != NULL)
RSA_free(ret->rsa_tmp);