From fe3a329117dbb04a17ca2cb9fc9e3493dc7f03ab Mon Sep 17 00:00:00 2001 From: Matt Caswell Date: Mon, 5 Oct 2015 10:39:54 +0100 Subject: Change statem prefix to ossl_statem Change various state machine functions to use the prefix ossl_statem instead. Reviewed-by: Tim Hudson Reviewed-by: Richard Levitte --- ssl/d1_lib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ssl/d1_lib.c') diff --git a/ssl/d1_lib.c b/ssl/d1_lib.c index 2f9609affb..087d6d2667 100644 --- a/ssl/d1_lib.c +++ b/ssl/d1_lib.c @@ -873,7 +873,7 @@ int dtls1_listen(SSL *s, struct sockaddr *client) SSL_set_options(s, SSL_OP_COOKIE_EXCHANGE); /* Put us into the "init" state so that we don't get our state cleared */ - statem_set_in_init(s, 1); + ossl_statem_set_in_init(s, 1); if(BIO_dgram_get_peer(rbio, client) <= 0) { SSLerr(SSL_F_DTLS1_LISTEN, ERR_R_INTERNAL_ERROR); -- cgit v1.2.3