fix compilation error
[openssl.git] / ssl / d1_srvr.c
index 8a5c5a1cd2204884685cf81c6c1ad57a4a65f761..059385c310920e8566dce3245788a239837f719a 100644 (file)
@@ -480,7 +480,7 @@ int dtls1_accept(SSL *s)
 
                        /* only send if a DH key exchange or
                         * RSA but we have a sign only certificate */
-                       if (
+                       if (0
                        /* PSK: send ServerKeyExchange if PSK identity
                         * hint if provided */
 #ifndef OPENSSL_NO_PSK