Fix no-dtls1_2
authorMatt Caswell <matt@openssl.org>
Fri, 22 Jul 2022 10:12:52 +0000 (11:12 +0100)
committerHugo Landau <hlandau@openssl.org>
Mon, 25 Jul 2022 06:35:32 +0000 (07:35 +0100)
commita6843e6ae8ae0551aae8555783f06dab7951f112
treea927f7dde133f19ab2e7fbd32de2cf76cfedf667
parent54a84f02998b72fa63cd5309d915e43cfd85a06b
Fix no-dtls1_2

dtlstest.c needs some adjusting to handle no-dtls1_2 since commit
7bf2e4d7f0c banned DTLSv1 at the default security level - causing the
test to fail.

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Todd Short <todd.short@me.com>
Reviewed-by: Hugo Landau <hlandau@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/18848)
test/dtlstest.c