commit | 6370dbeb1dd1c8d9278025388cc9acb810accff2 | [log] [tgz] |
---|---|---|
author | TRodziewicz <tomasz.rodziewicz@mobica.com> | Thu May 13 22:56:31 2021 +0200 |
committer | TRodziewicz <tomasz.rodziewicz@mobica.com> | Mon May 24 12:49:59 2021 +0200 |
tree | b7fff6e832445bb79b9da265b623f46a08a37a22 | |
parent | 2d8800e2278bcf7a39a14a88bc7a36724ad26f79 [diff] |
Remove the _SSL_FALLBACK_ parts Signed-off-by: TRodziewicz <tomasz.rodziewicz@mobica.com>
diff --git a/tests/compat.sh b/tests/compat.sh index c57ec4f..6c1e0d4 100755 --- a/tests/compat.sh +++ b/tests/compat.sh
@@ -155,7 +155,7 @@ # is_dtls <mode> is_dtls() { - test "$1" = "dtls1" -o "$1" = "dtls1_2" + test "$1" = "dtls1_2" } # minor_ver <mode>