X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2Futil%2Fcrypto_random.c;h=121dbef9a544809cf56b9498243e729bec433347;hb=f491ac4fab469421986f77df0bbf79fefc417786;hp=ff20646f798768b04c317c9d3bf385fcbdca43b1;hpb=71ea5bd2d05058008e604ffd42993be9c7250e04;p=oweals%2Fgnunet.git diff --git a/src/util/crypto_random.c b/src/util/crypto_random.c index ff20646f7..121dbef9a 100644 --- a/src/util/crypto_random.c +++ b/src/util/crypto_random.c @@ -303,7 +303,7 @@ void __attribute__ ((constructor)) GNUNET_CRYPTO_random_init () gcry_control (GCRYCTL_DISABLE_SECMEM, 0); if (!gcry_check_version (GCRYPT_VERSION)) { - fprintf (stderr, + FPRINTF (stderr, _ ("libgcrypt has not the expected version (version %s is required).\n"), GCRYPT_VERSION);