]> git.ipfire.org Git - thirdparty/openssl.git/commit
Fix no-srtp build failure
authorTomas Mraz <tomas@openssl.org>
Mon, 10 Jul 2023 14:04:41 +0000 (16:04 +0200)
committerTodd Short <todd.short@me.com>
Tue, 11 Jul 2023 02:06:18 +0000 (22:06 -0400)
commit9f3cd808b33767ae65e29461ce17a091049e7364
tree3b3a2726f4629c1ee2dc0269330c93fe0fc23459
parentff9728c6d5d23ebaa73cb729c8110c0582e66280
Fix no-srtp build failure

SRTP related functions aren't available when built with no-srtp.

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Todd Short <todd.short@me.com>
(Merged from https://github.com/openssl/openssl/pull/21412)
test/quicapitest.c