backport the comment (here it's NO_DH, not OPENSSL_NO_DH ...)
This commit is contained in:
parent
6ebcd441d6
commit
1e01dbfbb2
@ -271,7 +271,7 @@ CERT *ssl_cert_dup(CERT *cert)
|
||||
|
||||
return(ret);
|
||||
|
||||
#ifndef NO_DH /* avoid 'unreferenced label' warning if OPENSSL_NO_DH is defined */
|
||||
#ifndef NO_DH /* avoid 'unreferenced label' warning if NO_DH is defined */
|
||||
err:
|
||||
#endif
|
||||
#ifndef NO_RSA
|
||||
|
Loading…
x
Reference in New Issue
Block a user