提交 f7970f30 编写于 作者: M Matt Caswell

Fix stdio build following BIO size_t work

Reviewed-by: NRichard Levitte <levitte@openssl.org>
上级 d62bf89c
......@@ -398,7 +398,11 @@ static int file_free(BIO *a)
static const BIO_METHOD methods_filep = {
BIO_TYPE_FILE,
"FILE pointer",
/* TODO: Convert to new style write function */
bwrite_conv,
file_write,
/* TODO: Convert to new style read function */
bread_conv,
file_read,
file_puts,
file_gets,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册