mirror of https://github.com/getdnsapi/getdns.git
Warnings are errors :(
This commit is contained in:
parent
101d602739
commit
3c355d425b
|
@ -359,6 +359,7 @@ static int
|
||||||
getentropy_phdr(struct dl_phdr_info *info, size_t size, void *data)
|
getentropy_phdr(struct dl_phdr_info *info, size_t size, void *data)
|
||||||
{
|
{
|
||||||
CRYPTO_SHA512_CTX *ctx = data;
|
CRYPTO_SHA512_CTX *ctx = data;
|
||||||
|
(void)size;
|
||||||
|
|
||||||
CRYPTO_SHA512_UPDATE(ctx, &info->dlpi_addr, sizeof (info->dlpi_addr));
|
CRYPTO_SHA512_UPDATE(ctx, &info->dlpi_addr, sizeof (info->dlpi_addr));
|
||||||
return (0);
|
return (0);
|
||||||
|
|
Loading…
Reference in New Issue