summaryrefslogtreecommitdiff
path: root/lib/dns/rcode.c
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2012-12-05 12:53:50 +0000
committerErwin Lansing <erwin@FreeBSD.org>2012-12-05 12:53:50 +0000
commita503af91a8a93bdaeb15b5467c2d98018eb719c5 (patch)
treedfe0c09893b34b160ac11d74d2862e8f52ed43fe /lib/dns/rcode.c
parent8d876c495fa11d5aa72e8340d4b6efa1e911030b (diff)
Notes
Diffstat (limited to 'lib/dns/rcode.c')
-rw-r--r--lib/dns/rcode.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/dns/rcode.c b/lib/dns/rcode.c
index 09f6d83d61c8..0b7fe8c28051 100644
--- a/lib/dns/rcode.c
+++ b/lib/dns/rcode.c
@@ -108,6 +108,8 @@
{ DNS_KEYALG_RSASHA256, "RSASHA256", 0 }, \
{ DNS_KEYALG_RSASHA512, "RSASHA512", 0 }, \
{ DNS_KEYALG_ECCGOST, "ECCGOST", 0 }, \
+ { DNS_KEYALG_ECDSA256, "ECDSAP256SHA256", 0 }, \
+ { DNS_KEYALG_ECDSA384, "ECDSAP384SHA384", 0 }, \
{ DNS_KEYALG_INDIRECT, "INDIRECT", 0 }, \
{ DNS_KEYALG_PRIVATEDNS, "PRIVATEDNS", 0 }, \
{ DNS_KEYALG_PRIVATEOID, "PRIVATEOID", 0 }, \