Avoid compiler warning for NO_DH as in the main trunk.
This commit is contained in:
parent
ea09a504ef
commit
6ebcd441d6
1 changed files with 2 additions and 0 deletions
|
@ -271,7 +271,9 @@ CERT *ssl_cert_dup(CERT *cert)
|
|||
|
||||
return(ret);
|
||||
|
||||
#ifndef NO_DH /* avoid 'unreferenced label' warning if OPENSSL_NO_DH is defined */
|
||||
err:
|
||||
#endif
|
||||
#ifndef NO_RSA
|
||||
if (ret->rsa_tmp != NULL)
|
||||
RSA_free(ret->rsa_tmp);
|
||||
|
|
Loading…
Reference in a new issue