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:
9d671ad
)
Fix a comment
author
Matt Caswell
<matt@openssl.org>
Fri, 11 Sep 2015 11:11:39 +0000
(12:11 +0100)
committer
Matt Caswell
<matt@openssl.org>
Fri, 30 Oct 2015 08:38:18 +0000
(08:38 +0000)
Fix an out of date reference to old state machine code in a comment
Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
ssl/statem/statem.c
patch
|
blob
|
history
diff --git
a/ssl/statem/statem.c
b/ssl/statem/statem.c
index f0b326082931a1da3832252c9ac53ede7bda0739..5032c3b2676e925349bb9adfaf616d5990d650a5 100644
(file)
--- a/
ssl/statem/statem.c
+++ b/
ssl/statem/statem.c
@@
-378,7
+378,7
@@
static int state_machine(SSL *s, int server) {
goto end;
} else {
/*
- * s
->state == SSL_ST
_RENEGOTIATE, we will just send a
+ * s
t->state == MSG_FLOW
_RENEGOTIATE, we will just send a
* HelloRequest
*/
s->ctx->stats.sess_accept_renegotiate++;