summaryrefslogtreecommitdiff
path: root/code/ecp/crypto/crypto.c
diff options
context:
space:
mode:
Diffstat (limited to 'code/ecp/crypto/crypto.c')
-rw-r--r--code/ecp/crypto/crypto.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/code/ecp/crypto/crypto.c b/code/ecp/crypto/crypto.c
index f57e8d8..81bf3cc 100644
--- a/code/ecp/crypto/crypto.c
+++ b/code/ecp/crypto/crypto.c
@@ -1,6 +1,5 @@
#include <core.h>
-#include <string.h>
#include <curve25519.h>
static int dh_mkpair(ecp_dh_public_t *pub, ecp_dh_private_t *priv, ecp_rng_t *rand_buf) {