From: Bodo Möller Date: Thu, 22 Mar 2001 15:00:45 +0000 (+0000) Subject: backport the comment (here it's NO_DH, not OPENSSL_NO_DH ...) X-Git-Tag: OpenSSL_0_9_6a-beta3~32 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=1e01dbfbb27a31d9b8c5607f0b7401f49b43d060;p=oweals%2Fopenssl.git backport the comment (here it's NO_DH, not OPENSSL_NO_DH ...) --- diff --git a/ssl/ssl_cert.c b/ssl/ssl_cert.c index a1c4500c22..27e7fcc60a 100644 --- a/ssl/ssl_cert.c +++ b/ssl/ssl_cert.c @@ -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