From f2a990d28e04fda9ff0605c00372813aad9ce61d Mon Sep 17 00:00:00 2001 From: leitner Date: Mon, 7 Nov 2022 14:48:31 +0000 Subject: [PATCH] add iob_write2 with sendfile callback so caller can use OpenSSL's SSL_sendfile --- CHANGES | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES b/CHANGES index 9245259..b513182 100644 --- a/CHANGES +++ b/CHANGES @@ -11,6 +11,7 @@ add fmt_strm_alloca and fmt_strm_malloc man pages add buffer_init_allocbuf, buffer_init_read, buffer_init_write, buffer_init_read_allocbuf, buffer_init_write_allocbuf fix buffer overread for len=0 in scan_longn (Martin Castillo) + add iob_write2 with sendfile callback so caller can use OpenSSL's SSL_sendfile 0.32: remove OpenBSD #warning (obsd maintainer says no longer needed)