projects
/
openssl.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Change statem prefix to ossl_statem
[openssl.git]
/
ssl
/
s3_lib.c
diff --git
a/ssl/s3_lib.c
b/ssl/s3_lib.c
index
2111d18
..
dca9fbf
100644
(file)
--- a/
ssl/s3_lib.c
+++ b/
ssl/s3_lib.c
@@
-5131,7
+5131,7
@@
int ssl3_renegotiate_check(SSL *s)
* message, we need to set the state machine into the renegotiate
* state.
*/
- statem_set_renegotiate(s);
+
ossl_
statem_set_renegotiate(s);
s->s3->renegotiate = 0;
s->s3->num_renegotiations++;
s->s3->total_renegotiations++;