]> git.ipfire.org Git - thirdparty/openssl.git/commit
TEST: Add test recipe and help program to test BIO_f_prefix()
authorRichard Levitte <levitte@openssl.org>
Thu, 12 Dec 2019 13:51:59 +0000 (14:51 +0100)
committerRichard Levitte <levitte@openssl.org>
Wed, 18 Dec 2019 18:42:44 +0000 (19:42 +0100)
commit51a7c4b5f2a0b2d0f6bc0c87ec2ee44b9697dc78
treee4bb2cdaebaf709e8bde89b972a2bb588bdcb459
parentf1299839b7763d293925d57b28f533ab24c084ad
TEST: Add test recipe and help program to test BIO_f_prefix()

Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/10531)
test/README
test/bio_prefix_text.c [new file with mode: 0644]
test/build.info
test/recipes/61-test_bio_prefix.t [new file with mode: 0644]
test/recipes/61-test_bio_prefix_data/args1.pl [new file with mode: 0644]
test/recipes/61-test_bio_prefix_data/args2.pl [new file with mode: 0644]
test/recipes/61-test_bio_prefix_data/in1.txt [new file with mode: 0644]
test/recipes/61-test_bio_prefix_data/in2.txt [new file with mode: 0644]
test/recipes/61-test_bio_prefix_data/out1.txt [new file with mode: 0644]
test/recipes/61-test_bio_prefix_data/out2.txt [new file with mode: 0644]