Commit 1e01dbfb authored by Bodo Möller's avatar Bodo Möller
Browse files

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

parent 6ebcd441
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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