backport the comment (here it's NO_DH, not OPENSSL_NO_DH ...)

This commit is contained in:
Bodo Möller 2001-03-22 15:00:45 +00:00
parent 6ebcd441d6
commit 1e01dbfbb2

View File

@ -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