1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-06-04 22:57:47 +02:00

common: Fix compiler warning

--
This commit is contained in:
Werner Koch 2021-02-16 15:07:54 +01:00
parent db687d15e6
commit 3c7b1f3f5f
No known key found for this signature in database
GPG Key ID: E3FDFF218E45B72B

View File

@ -505,7 +505,7 @@ gnupg_rng_is_compliant (enum gnupg_compliance_mode compliance)
if (result == 1)
{
char *buf;
const char *fields[5];
char *fields[5];
buf = gcry_get_config (0, "rng-type");
if (buf