mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-25 15:27:03 +01:00
common: Fix compiler warning
--
This commit is contained in:
parent
db687d15e6
commit
3c7b1f3f5f
@ -505,7 +505,7 @@ gnupg_rng_is_compliant (enum gnupg_compliance_mode compliance)
|
|||||||
if (result == 1)
|
if (result == 1)
|
||||||
{
|
{
|
||||||
char *buf;
|
char *buf;
|
||||||
const char *fields[5];
|
char *fields[5];
|
||||||
|
|
||||||
buf = gcry_get_config (0, "rng-type");
|
buf = gcry_get_config (0, "rng-type");
|
||||||
if (buf
|
if (buf
|
||||||
|
Loading…
x
Reference in New Issue
Block a user