X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=ssl%2Fstatem%2Fstatem.h;h=fcc6163863d2985091073a98a88c4c7dc9796050;hp=44c1dd45bcac2630f7aa6c081697dadf64c9fb44;hb=fe3a329117dbb04a17ca2cb9fc9e3493dc7f03ab;hpb=7c8b53571698f32219a912e05bc71df4017094c1 diff --git a/ssl/statem/statem.h b/ssl/statem/statem.h index 44c1dd45bc..fcc6163863 100644 --- a/ssl/statem/statem.h +++ b/ssl/statem/statem.h @@ -150,17 +150,17 @@ typedef struct statem_st STATEM; * * *****************************************************************************/ -__owur int statem_accept(SSL *s); -__owur int statem_connect(SSL *s); -void statem_clear(SSL *s); -void statem_set_renegotiate(SSL *s); -void statem_set_error(SSL *s); -int statem_in_error(const SSL *s); -void statem_set_in_init(SSL *s, int init); -__owur int statem_app_data_allowed(SSL *s); +__owur int ossl_statem_accept(SSL *s); +__owur int ossl_statem_connect(SSL *s); +void ossl_statem_clear(SSL *s); +void ossl_statem_set_renegotiate(SSL *s); +void ossl_statem_set_error(SSL *s); +int ossl_statem_in_error(const SSL *s); +void ossl_statem_set_in_init(SSL *s, int init); +__owur int ossl_statem_app_data_allowed(SSL *s); #ifndef OPENSSL_NO_SCTP -void statem_set_sctp_read_sock(SSL *s, int read_sock); -__owur int statem_in_sctp_read_sock(SSL *s); +void ossl_statem_set_sctp_read_sock(SSL *s, int read_sock); +__owur int ossl_statem_in_sctp_read_sock(SSL *s); #endif