]> git.ipfire.org Git - thirdparty/openssl.git/commit
test: condition out code that relies on CHACHA.
authorPauli <pauli@openssl.org>
Sun, 9 Oct 2022 22:01:42 +0000 (09:01 +1100)
committerMatt Caswell <matt@openssl.org>
Mon, 10 Oct 2022 13:16:08 +0000 (14:16 +0100)
commit681c461910b1b72af263ec735bac1310b2fadcd0
tree0543e57f057246b3152a449b657c743ddbe4bb99
parent6e2f15ca93f0a7d0a91dfdba5e7010a4cf14b052
test: condition out code that relies on CHACHA.

Run checker does a no-chacha build and tests fail because it can't be fetched.

Fixes #19363

Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com>
Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/19366)
test/bio_dgram_test.c
test/quic_record_test.c