w32: Silence warning due to recent change of split_fields.

* common/compliance.c (gnupg_rng_is_compliant): Make fields const.

Signed-off-by: Werner Koch <wk@gnupg.org>
This commit is contained in:
Werner Koch 2020-10-02 12:21:49 +02:00
parent e824e27d36
commit 371228a244
No known key found for this signature in database
GPG Key ID: E3FDFF218E45B72B
1 changed files with 1 additions and 1 deletions

View File

@ -501,7 +501,7 @@ gnupg_rng_is_compliant (enum gnupg_compliance_mode compliance)
#ifdef HAVE_W32_SYSTEM
# if GCRYPT_VERSION_NUMBER >= 0x010800
char *buf;
char *fields[5];
const char *fields[5];
buf = gcry_get_config (0, "rng-type");
if (buf