aboutsummaryrefslogtreecommitdiff
path: root/src/util/crypto_ecc.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-08-30 18:11:02 +0000
committerChristian Grothoff <christian@grothoff.org>2013-08-30 18:11:02 +0000
commit7d8f30700625ba1a94cbdb66362d92943a447412 (patch)
tree9c1cb0e2ffea43b0ea4b0b3f91654d00b42e29c8 /src/util/crypto_ecc.c
parent80b9c2cca2624272aaf9adbe792f007e8697e7ed (diff)
downloadgnunet-7d8f30700625ba1a94cbdb66362d92943a447412.tar.gz
gnunet-7d8f30700625ba1a94cbdb66362d92943a447412.zip
-docu
Diffstat (limited to 'src/util/crypto_ecc.c')
-rw-r--r--src/util/crypto_ecc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/crypto_ecc.c b/src/util/crypto_ecc.c
index 5ad0b81cb..4b3158c8a 100644
--- a/src/util/crypto_ecc.c
+++ b/src/util/crypto_ecc.c
@@ -49,7 +49,7 @@
49 * a failure of the command 'cmd' with the message given 49 * a failure of the command 'cmd' with the message given
50 * by gcry_strerror(rc). 50 * by gcry_strerror(rc).
51 */ 51 */
52#define LOG_GCRY(level, cmd, rc) do { LOG(level, _("`%s' failed at %s:%d with error: %s\n"), cmd, __FILE__, __LINE__, gcry_strerror(rc)); } while(0); 52#define LOG_GCRY(level, cmd, rc) do { LOG(level, _("`%s' failed at %s:%d with error: %s\n"), cmd, __FILE__, __LINE__, gcry_strerror(rc)); } while(0)
53 53
54 54
55/** 55/**