silence clang warning

(cherry picked from commit 9084a3e58f)
This commit is contained in:
Mark Andrews
2013-09-23 13:26:33 +10:00
parent d434b5ddc3
commit 2dfbd9614c

View File

@@ -43,7 +43,7 @@
/*
* Test "unknown" algorithm. Is mapped to dns_hash_sha1.
*/
#define DNS_NSEC3_UNKNOWNALG 245U
#define DNS_NSEC3_UNKNOWNALG ((dns_hash_t)245U)
ISC_LANG_BEGINDECLS