diff options
Diffstat (limited to 'src/lib/dns/tsigkey.h')
-rw-r--r-- | src/lib/dns/tsigkey.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/dns/tsigkey.h b/src/lib/dns/tsigkey.h index b10660c0ec..e623be9c94 100644 --- a/src/lib/dns/tsigkey.h +++ b/src/lib/dns/tsigkey.h @@ -203,6 +203,7 @@ public: /// We'll add others as we see the need for them. //@{ static const Name& HMACMD5_NAME(); ///< HMAC-MD5 (RFC2845) + static const Name& HMACMD5_SHORT_NAME(); static const Name& HMACSHA1_NAME(); ///< HMAC-SHA1 (RFC4635) static const Name& HMACSHA256_NAME(); ///< HMAC-SHA256 (RFC4635) static const Name& HMACSHA224_NAME(); ///< HMAC-SHA256 (RFC4635) |