aboutsummaryrefslogtreecommitdiff
path: root/src/util
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
parent043237a295770c8d9c71a7b134eb97a999a649a3 (diff)
downloadgnunet-1285911ba29de2e112a13d147327acc7cd064488.tar.gz
gnunet-1285911ba29de2e112a13d147327acc7cd064488.zip
-fix includes
Diffstat (limited to 'src/util')
-rw-r--r--src/util/test_crypto_ksk.c4
-rw-r--r--src/util/test_crypto_rsa.c3
2 files changed, 3 insertions, 4 deletions
diff --git a/src/util/test_crypto_ksk.c b/src/util/test_crypto_ksk.c
index 40bf435ef..f062e31f5 100644
--- a/src/util/test_crypto_ksk.c
+++ b/src/util/test_crypto_ksk.c
@@ -25,9 +25,9 @@
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" 30
31 31
32#define TESTSTRING "Hello World\0" 32#define TESTSTRING "Hello World\0"
33#define MAX_TESTVAL 20 33#define MAX_TESTVAL 20
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)