projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9f10e92
)
Omit initial status request callback check.
author
Kaspar Brand
<ossl-rt@velox.ch>
Thu, 16 Jan 2014 13:46:31 +0000
(13:46 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Thu, 16 Jan 2014 13:46:31 +0000
(13:46 +0000)
PR#3178
ssl/t1_lib.c
patch
|
blob
|
history
diff --git
a/ssl/t1_lib.c
b/ssl/t1_lib.c
index 628aee2f340774fbdc8d6d6be4859644dc523b18..44e4c4523778f50338d4b10bf80a2b0b9a9785e9 100644
(file)
--- a/
ssl/t1_lib.c
+++ b/
ssl/t1_lib.c
@@
-2290,8
+2290,7
@@
static int ssl_scan_clienthello_tlsext(SSL *s, unsigned char **p, unsigned char
return 0;
}
}
- else if (type == TLSEXT_TYPE_status_request
- && s->ctx->tlsext_status_cb)
+ else if (type == TLSEXT_TYPE_status_request)
{
if (size < 5)