Remove system test env var for nonexistent feature

This is a fixup for MR!11345. The variable for --extended-ds-digest was
accidentally backported - 9.20 doesn't have this feature check.
This commit is contained in:
Nicki Křížek 2025-12-09 16:30:36 +01:00
parent 6c5e5238c4
commit 13205c8a56

View file

@ -18,7 +18,6 @@ from .basic import BASIC_VARS
FEATURES = {
"DNSRPS": "--enable-dnsrps",
"DNSTAP": "--enable-dnstap",
"EXTENDED_DS_DIGEST": "--extended-ds-digest",
"FIPS_DH": "--have-fips-dh",
"FIPS_MODE": "--have-fips-mode",
"FIPS_PROVIDER": "--fips-provider",