aboutsummaryrefslogtreecommitdiff
path: root/src/util/crypto_rsa.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-03-04 14:10:23 +0000
committerChristian Grothoff <christian@grothoff.org>2012-03-04 14:10:23 +0000
commit92465bc7b24ee93561cc5bde25ed57ef8e4ca40b (patch)
tree05e42ad72e042c567a0b80c0ca9568a55e2081e6 /src/util/crypto_rsa.c
parent87534f72154e9bc859919afaebbc7321dc4fda87 (diff)
downloadgnunet-92465bc7b24ee93561cc5bde25ed57ef8e4ca40b.tar.gz
gnunet-92465bc7b24ee93561cc5bde25ed57ef8e4ca40b.zip
-fix
Diffstat (limited to 'src/util/crypto_rsa.c')
-rw-r--r--src/util/crypto_rsa.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util/crypto_rsa.c b/src/util/crypto_rsa.c
index 9044c3019..8f69e97fd 100644
--- a/src/util/crypto_rsa.c
+++ b/src/util/crypto_rsa.c
@@ -36,6 +36,7 @@
36#include "gnunet_common.h" 36#include "gnunet_common.h"
37#include "gnunet_crypto_lib.h" 37#include "gnunet_crypto_lib.h"
38#include "gnunet_disk_lib.h" 38#include "gnunet_disk_lib.h"
39#include "gnunet_strings_lib.h"
39 40
40#define LOG(kind,...) GNUNET_log_from (kind, "util", __VA_ARGS__) 41#define LOG(kind,...) GNUNET_log_from (kind, "util", __VA_ARGS__)
41 42