aboutsummaryrefslogtreecommitdiff
path: root/src/util/test_crypto_rsa.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-09-28 17:01:03 +0000
committerChristian Grothoff <christian@grothoff.org>2012-09-28 17:01:03 +0000
commit1285911ba29de2e112a13d147327acc7cd064488 (patch)
tree8891784592843c6f710beb6bd53e202ac7b4283d /src/util/test_crypto_rsa.c
parent043237a295770c8d9c71a7b134eb97a999a649a3 (diff)
downloadgnunet-1285911ba29de2e112a13d147327acc7cd064488.tar.gz
gnunet-1285911ba29de2e112a13d147327acc7cd064488.zip
-fix includes
Diffstat (limited to 'src/util/test_crypto_rsa.c')
-rw-r--r--src/util/test_crypto_rsa.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/util/test_crypto_rsa.c b/src/util/test_crypto_rsa.c
index fcaf78612..ee673786d 100644
--- a/src/util/test_crypto_rsa.c
+++ b/src/util/test_crypto_rsa.c
@@ -25,9 +25,8 @@
25 */ 25 */
26#include "platform.h" 26#include "platform.h"
27#include "gnunet_common.h" 27#include "gnunet_common.h"
28#include "gnunet_crypto_lib.h" 28#include "gnunet_util_lib.h"
29#include "gnunet_signatures.h" 29#include "gnunet_signatures.h"
30#include "gnunet_time_lib.h"
31 30
32#define TESTSTRING "Hello World\0" 31#define TESTSTRING "Hello World\0"
33#define MAX_TESTVAL sizeof(struct GNUNET_CRYPTO_AesSessionKey) 32#define MAX_TESTVAL sizeof(struct GNUNET_CRYPTO_AesSessionKey)