CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/12/08 10:49:02
Modified files:
regress/lib/libcrypto/bio: Makefile
Added files:
regress/lib/libcrypto/bio: bio_chain.c bio_host.c bio_mem.c
Removed files:
regress/lib/libcrypto/bio: biotest.c
Log message:
Split biotest into its three logical parts
Some parts of this test rely on unportable behavior, so cannot run in
portable. This way we can run more tests for portable which is helpful
for analysis tools, better coverage, etc.
