CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected] 2026/07/17 06:41:52

Modified files:
        lib/libcrypto/evp: bio_b64.c 

Log message:
Remove redundant BIO_write() length assertions in b64_write()

b64_write() asserted that BIO_write() does not return more bytes than
requested in two places. Other BIO_write() call sites do not make this
check, and there is no special handling here that depends on asserting this
condition.

ok tb@ beck@ joshua@

Reply via email to