mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-27 12:13:20 -04:00
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:
parent
6c5e5238c4
commit
13205c8a56
1 changed files with 0 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue