]> git.ipfire.org Git - thirdparty/openssl.git/commit
Add a test for BIO_ADDR_copy()
authorMatt Caswell <matt@openssl.org>
Thu, 21 Sep 2023 15:28:58 +0000 (16:28 +0100)
committerPauli <pauli@openssl.org>
Sun, 24 Sep 2023 21:46:45 +0000 (07:46 +1000)
commit30224a248495ad604a06b8977fa3aa1cc75b9d0d
tree2196733697462664da7d217b3a81c2f225381e35
parentd058ae6e0397faaa60c18c6ae3aecaff64dca47b
Add a test for BIO_ADDR_copy()

We also add a test for BIO_ADDR_dup() which was also added in 3.2

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/22164)
test/bio_addr_test.c [new file with mode: 0644]
test/build.info
test/recipes/61-test_bio_addr.t [new file with mode: 0644]