aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/util/crypto_hkdf.c2
-rw-r--r--src/util/test_crypto_hkdf.c2
2 files changed, 4 insertions, 0 deletions
diff --git a/src/util/crypto_hkdf.c b/src/util/crypto_hkdf.c
index efde3b868..1d0deeacb 100644
--- a/src/util/crypto_hkdf.c
+++ b/src/util/crypto_hkdf.c
@@ -27,6 +27,8 @@
27 * @author Nils Durner 27 * @author Nils Durner
28 */ 28 */
29 29
30#include <gcrypt.h>
31
30#include "platform.h" 32#include "platform.h"
31#include "gnunet_crypto_lib.h" 33#include "gnunet_crypto_lib.h"
32 34
diff --git a/src/util/test_crypto_hkdf.c b/src/util/test_crypto_hkdf.c
index d0078202d..4f49a8d57 100644
--- a/src/util/test_crypto_hkdf.c
+++ b/src/util/test_crypto_hkdf.c
@@ -26,6 +26,8 @@
26 * @author Nils Durner 26 * @author Nils Durner
27 */ 27 */
28 28
29#include <gcrypt.h>
30
29#include "platform.h" 31#include "platform.h"
30#include "gnunet_crypto_lib.h" 32#include "gnunet_crypto_lib.h"
31 33