ustream-ssl: add support for using a fd instead of ustream as backing
[project/ustream-ssl.git] / ustream-openssl.h
index f547aa663f98f6f93602d47b12ede05f0cc790a6..847f5aa64bff547e2bca19d04b35e7c544904c40 100644 (file)
@@ -36,8 +36,6 @@ struct ustream_ssl_ctx {
        void *debug_cb_priv;
 };
 
-void __ustream_ssl_session_free(void *ssl);
-
 struct bio_ctx {
        BIO_METHOD *meth;
        struct ustream *stream;