backport the comment (here it's NO_DH, not OPENSSL_NO_DH ...)
authorBodo Möller <bodo@openssl.org>
Thu, 22 Mar 2001 15:00:45 +0000 (15:00 +0000)
committerBodo Möller <bodo@openssl.org>
Thu, 22 Mar 2001 15:00:45 +0000 (15:00 +0000)
ssl/ssl_cert.c

index a1c4500c22c8b1fcb7791ab5c3c80346f198e8af..27e7fcc60ae74b57ffa55d6ed44f09b856c8fe7f 100644 (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