aboutsummaryrefslogtreecommitdiff
path: root/src/util/crypto_random.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-12-30 22:42:04 +0000
committerChristian Grothoff <christian@grothoff.org>2011-12-30 22:42:04 +0000
commit416c2f5a713b93ba689a8cd1e038682a53e6bc17 (patch)
tree987f51d9edfddc02afe1524df5e1156b920c71d4 /src/util/crypto_random.c
parentfceec98e767bce7ad2c24dde73cdcf8837e04013 (diff)
downloadgnunet-416c2f5a713b93ba689a8cd1e038682a53e6bc17.tar.gz
gnunet-416c2f5a713b93ba689a8cd1e038682a53e6bc17.zip
-LRN: use FPRINTF -- #2051
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);