aboutsummaryrefslogtreecommitdiff
path: root/src/util
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2015-01-16 08:00:20 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2015-01-16 08:00:20 +0000
commitd345f2161a4c7c925ae541d6d76086afc82a245a (patch)
tree160da91e9d90a7f8060e9b36a1af70d489621788 /src/util
parent96c4cc6ec3f3767425d2b844b04e2fabfc93fb66 (diff)
downloadgnunet-d345f2161a4c7c925ae541d6d76086afc82a245a.tar.gz
gnunet-d345f2161a4c7c925ae541d6d76086afc82a245a.zip
test failed to compile on my system
Diffstat (limited to 'src/util')
-rw-r--r--src/util/test_crypto_rsa.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/test_crypto_rsa.c b/src/util/test_crypto_rsa.c
index a0a6b4722..9ecf407b0 100644
--- a/src/util/test_crypto_rsa.c
+++ b/src/util/test_crypto_rsa.c
@@ -20,7 +20,7 @@
20 * @author Sree Harsha Totakura <sreeharsha@totakura.in> 20 * @author Sree Harsha Totakura <sreeharsha@totakura.in>
21 */ 21 */
22#include "platform.h" 22#include "platform.h"
23#include <gnunet/gnunet_util_lib.h> 23#include "gnunet_util_lib.h"
24 24
25#define KEY_SIZE 1024 25#define KEY_SIZE 1024
26 26