aboutsummaryrefslogtreecommitdiff
path: root/src/util/crypto_rsa.c
diff options
context:
space:
mode:
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 c9e8077f4..4a866a5df 100644
--- a/src/util/crypto_rsa.c
+++ b/src/util/crypto_rsa.c
@@ -26,6 +26,7 @@
26 * @author Jeffrey Burdges <burdges@gnunet.org> 26 * @author Jeffrey Burdges <burdges@gnunet.org>
27 */ 27 */
28 28
29#include "platform.h"
29#include <gcrypt.h> 30#include <gcrypt.h>
30#include "gnunet_crypto_lib.h" 31#include "gnunet_crypto_lib.h"
31#include "benchmark.h" 32#include "benchmark.h"