CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/12/08 04:32:27
Modified files:
regress/lib/libcrypto/bio: biotest.c
Log message:
Add BIO_push() and BIO_set_next() regress coverage
This tests for the behavior changes in bio_lib.c r1.40 and r1.41 and
makes sure that BIO_push() and BIO_set_next() act on two chains in the
expected and now documented way.
