summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaspar Brand <ossl-rt@velox.ch>2014-01-16 13:49:38 +0000
committerDr. Stephen Henson <steve@openssl.org>2014-01-16 13:49:38 +0000
commiteb85ee9a8867b605cd7fb427869d0e50caa80a3f (patch)
tree4f3485b033076714995e2c286446a860cbb4cde1
parentfa2026dc88d21b19948ab936df024232398c2794 (diff)
downloadopenssl-new-eb85ee9a8867b605cd7fb427869d0e50caa80a3f.tar.gz
Omit initial status request callback check.
PR#3178
-rw-r--r--ssl/t1_lib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ssl/t1_lib.c b/ssl/t1_lib.c
index 33afdeba33..e22ebbff85 100644
--- a/ssl/t1_lib.c
+++ b/ssl/t1_lib.c
@@ -1261,7 +1261,7 @@ int ssl_parse_clienthello_tlsext(SSL *s, unsigned char **p, unsigned char *d, in
}
}
else if (type == TLSEXT_TYPE_status_request &&
- s->version != DTLS1_VERSION && s->ctx->tlsext_status_cb)
+ s->version != DTLS1_VERSION)
{
if (size < 5)