Don't flush the ClientHello if we're going to send early data
[openssl.git] / ssl / statem / statem.h
index 83bebe77e6ba589b69f1437a17fd115a66c7cef3..e8d9174b8f4451987842a6358e5aa28e950b5292 100644 (file)
@@ -132,3 +132,6 @@ __owur int ossl_statem_skip_early_data(SSL *s);
 void ossl_statem_check_finish_init(SSL *s, int send);
 void ossl_statem_set_hello_verify_done(SSL *s);
 __owur int ossl_statem_app_data_allowed(SSL *s);
+
+/* Flush the write BIO */
+int statem_flush(SSL *s);