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>
This commit is contained in:
@@ -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++;
|
||||
|
Reference in New Issue
Block a user