summaryrefslogtreecommitdiffstats
path: root/ssl/d1_srvr.c
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2015-01-06 02:17:07 +0000
committerDr. Stephen Henson <steve@openssl.org>2015-01-06 02:17:07 +0000
commitfb76ad8d43e37b399f22932c8ccc85578fcdf7b5 (patch)
tree61f745d1dc76f7f6e12c90ed4048b60cb854fc2d /ssl/d1_srvr.c
parentce325c60c74b0fa784f5872404b722e120e5cab0 (diff)
fix compilation error
Reviewed-by: Tim Hudson <tjh@openssl.org>
Diffstat (limited to 'ssl/d1_srvr.c')
-rw-r--r--ssl/d1_srvr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ssl/d1_srvr.c b/ssl/d1_srvr.c
index 8a5c5a1cd2..059385c310 100644
--- a/ssl/d1_srvr.c
+++ b/ssl/d1_srvr.c
@@ -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