aboutsummaryrefslogtreecommitdiff
path: root/src/util/crypto_random.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/crypto_random.c')
-rw-r--r--src/util/crypto_random.c2
1 files changed, 1 insertions, 1 deletions
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 ()
303 gcry_control (GCRYCTL_DISABLE_SECMEM, 0); 303 gcry_control (GCRYCTL_DISABLE_SECMEM, 0);
304 if (!gcry_check_version (GCRYPT_VERSION)) 304 if (!gcry_check_version (GCRYPT_VERSION))
305 { 305 {
306 fprintf (stderr, 306 FPRINTF (stderr,
307 _ 307 _
308 ("libgcrypt has not the expected version (version %s is required).\n"), 308 ("libgcrypt has not the expected version (version %s is required).\n"),
309 GCRYPT_VERSION); 309 GCRYPT_VERSION);