From 1e01dbfbb27a31d9b8c5607f0b7401f49b43d060 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bodo=20M=C3=B6ller?= Date: Thu, 22 Mar 2001 15:00:45 +0000 Subject: [PATCH] backport the comment (here it's NO_DH, not OPENSSL_NO_DH ...) --- ssl/ssl_cert.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.25.1