CVSROOT:        /cvs
Module name:    src
Changes by:     js...@cvs.openbsd.org   2022/02/19 01:11:16

Modified files:
        lib/libcrypto/bio: bss_mem.c 

Log message:
Provide a struct bio_mem for memory BIO specific data.

In order to fix and improve the memory BIO, we need to be able to track
more than just a single BUF_MEM *. Provide a struct bio_mem (which
currently only contains a BUF_MEM *) and rework the internals to use this
struct.

ok inoguchi@ tb@

Reply via email to