Index: net/base/dns_util.h |
diff --git a/net/base/dns_util.h b/net/base/dns_util.h |
index 2bd3edaab1035d791d2e3a1ff666f6a955d43bb0..a99152101c81336ea480c7352947f3668f4e6ec7 100644 |
--- a/net/base/dns_util.h |
+++ b/net/base/dns_util.h |
@@ -60,6 +60,7 @@ static const uint16 kDNS_TESTING = 0xfffe; // in private use area. |
static const uint8 kDNSSEC_RSA_SHA1 = 5; |
static const uint8 kDNSSEC_RSA_SHA1_NSEC3 = 7; |
static const uint8 kDNSSEC_RSA_SHA256 = 8; |
+static const uint8 kDNSSEC_RSA_SHA512 = 10; |
// RFC 4509 |
static const uint8 kDNSSEC_SHA1 = 1; |