Fix compilation problems with SCTP
[openssl.git] / ssl / statem / statem.c
index 3a44846e5c7a06667a3f634eb9b1597d1ee66200..bc3fc54fabf3b86ec115ff779e131f722db7236e 100644 (file)
@@ -884,7 +884,7 @@ void ossl_statem_set_sctp_read_sock(SSL *s, int read_sock)
  *   1: Yes (we are in the read sock state)
  *   0: No (we are not in the read sock state)
  */
-int statem_in_sctp_read_sock(SSL *s)
+int ossl_statem_in_sctp_read_sock(SSL *s)
 {
     return s->statem.in_sctp_read_sock;
 }