From 39d764ed58b0f0b6f0df83b72c2cf969a4e36b9b Mon Sep 17 00:00:00 2001 From: Nils Larsch Date: Wed, 3 Jan 2007 20:00:32 +0000 Subject: [PATCH] remove undefined constant --- ssl/ssl_ciph.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ssl/ssl_ciph.c b/ssl/ssl_ciph.c index 87aa83a314..23049c7f88 100644 --- a/ssl/ssl_ciph.c +++ b/ssl/ssl_ciph.c @@ -498,7 +498,7 @@ static unsigned long ssl_cipher_get_disabled(void) mask |= SSL_aECDSA; #endif #ifdef OPENSSL_NO_ECDH - mask |= SSL_kECDHe|SSL_kECDHr|SSL_kECDHE|SSL_aECDH; + mask |= SSL_kECDHe|SSL_kECDHr|SSL_aECDH; #endif #ifdef OPENSSL_NO_PSK mask |= SSL_kPSK; -- 2.25.1