From: Daniel Salzman Date: Wed, 5 Feb 2020 08:53:14 +0000 (+0100) Subject: conf: remove obsolete values for dsa algorithms X-Git-Tag: embedded_lmdb~72 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7ca45018a5cd14900d42f2e699e213c7cb3ff830;p=thirdparty%2Fknot-dns.git conf: remove obsolete values for dsa algorithms --- diff --git a/src/knot/conf/schema.c b/src/knot/conf/schema.c index 579e59ca90..73869f975a 100644 --- a/src/knot/conf/schema.c +++ b/src/knot/conf/schema.c @@ -65,9 +65,6 @@ static const knot_lookup_t dnssec_key_algs[] = { { DNSSEC_KEY_ALGORITHM_ECDSA_P384_SHA384, "ecdsap384sha384" }, { DNSSEC_KEY_ALGORITHM_ED25519, "ed25519" }, { DNSSEC_KEY_ALGORITHM_ED448, "ed448" }, - /* Obsolete items. */ - { 3, "dsa" }, - { 6, "dsa-nsec3-sha1" }, { 0, NULL } };