mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-01-30 18:29:28 -05:00
lint
git-svn-id: file:///svn/unbound/trunk@1757 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
parent
df59a81a56
commit
5ecf670277
1 changed files with 1 additions and 1 deletions
|
|
@ -275,7 +275,7 @@ do_gost94(unsigned char* data, size_t len, unsigned char* dest)
|
|||
const EVP_MD* md = EVP_get_digestbyname("md_gost94");
|
||||
if(!md)
|
||||
return 0;
|
||||
return ldns_digest_evp(data, len, dest, md);
|
||||
return ldns_digest_evp(data, (unsigned int)len, dest, md);
|
||||
}
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue