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:
@@ -127,7 +127,7 @@ int dtls1_write_app_data_bytes(SSL *s, int type, const void *buf_, int len)
|
||||
*/
|
||||
if ((SSL_in_init(s) && !s->in_handshake) ||
|
||||
(BIO_dgram_is_sctp(SSL_get_wbio(s)) &&
|
||||
statem_in_sctp_read_sock(s)))
|
||||
ossl_statem_in_sctp_read_sock(s)))
|
||||
#else
|
||||
if (SSL_in_init(s) && !s->in_handshake)
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user