commit | f71165b556c307ea490b4fb5c59682f1e2678b20 | [log] [tgz] |
---|---|---|
author | Nils Larsch <nils@openssl.org> | Fri Feb 24 17:58:43 2006 +0000 |
committer | Nils Larsch <nils@openssl.org> | Fri Feb 24 17:58:43 2006 +0000 |
tree | 430515fe51ec96b97524933bb3aa03c4046c4fbd | |
parent | 350a404cb8b4524bab6b039e03b61b9db9fa8821 [diff] [blame] |
fix no-dh configure option; patch supplied by Peter Meerwald
diff --git a/ssl/ssl_cert.c b/ssl/ssl_cert.c index 7908dcc..452a082 100644 --- a/ssl/ssl_cert.c +++ b/ssl/ssl_cert.c
@@ -296,7 +296,7 @@ return(ret); -#ifndef OPENSSL_NO_DH /* avoid 'unreferenced label' warning if OPENSSL_NO_DH is defined */ +#if !defined(OPENSSL_NO_DH) || !defined(OPENSSL_NO_ECDH) err: #endif #ifndef OPENSSL_NO_RSA