From: Wouter Wijngaards Date: Tue, 2 Jun 2009 08:57:25 +0000 (+0000) Subject: backwards compatible. X-Git-Tag: release-1.6.0~46 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c759ec29430df0df2d243ad6a7cdee423e258c7f;p=thirdparty%2Fldns.git backwards compatible. --- diff --git a/ldns/keys.h b/ldns/keys.h index 9c366110..76eee3de 100644 --- a/ldns/keys.h +++ b/ldns/keys.h @@ -47,7 +47,7 @@ enum ldns_enum_algorithm LDNS_DSA_NSEC3 = 6, LDNS_RSASHA1_NSEC3 = 7, LDNS_RSASHA256 = 8, /* not official */ - LDNS_RSASHA512 = 9, /* not official */ + LDNS_RSASHA512 = 10, /* not official */ LDNS_INDIRECT = 252, LDNS_PRIVATEDNS = 253, LDNS_PRIVATEOID = 254