aboutsummaryrefslogtreecommitdiff
path: root/ssl/s3_lib.c
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2015-10-05 10:39:54 +0100
committerMatt Caswell <matt@openssl.org>2015-10-30 08:39:46 +0000
commitfe3a329117dbb04a17ca2cb9fc9e3493dc7f03ab (patch)
tree20150679f5f4e133a853b4d2c4b0e56fcdc18d66 /ssl/s3_lib.c
parent7c8b53571698f32219a912e05bc71df4017094c1 (diff)
downloadopenssl-fe3a329117dbb04a17ca2cb9fc9e3493dc7f03ab.zip
openssl-fe3a329117dbb04a17ca2cb9fc9e3493dc7f03ab.tar.gz
openssl-fe3a329117dbb04a17ca2cb9fc9e3493dc7f03ab.tar.bz2
Change statem prefix to ossl_statem
Change various state machine functions to use the prefix ossl_statem instead. Reviewed-by: Tim Hudson <tjh@openssl.org> Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'ssl/s3_lib.c')
-rw-r--r--ssl/s3_lib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ssl/s3_lib.c b/ssl/s3_lib.c
index 2111d18..dca9fbf 100644
--- 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++;