eliminate diff with upstream.

This commit is contained in:
christos 2020-03-22 20:07:05 +00:00
parent c0b5e3e6b8
commit 2eb1e87a4e

View File

@ -97,7 +97,7 @@ static const BIO_METHOD methods_slg = {
slg_ctrl,
slg_new,
slg_free,
NULL,
NULL, /* slg_callback_ctrl */
};
const BIO_METHOD *BIO_s_log(void)