summaryrefslogtreecommitdiffstatshomepage
path: root/extmod/crypto-algorithms
diff options
context:
space:
mode:
Diffstat (limited to 'extmod/crypto-algorithms')
-rw-r--r--extmod/crypto-algorithms/sha256.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/extmod/crypto-algorithms/sha256.c b/extmod/crypto-algorithms/sha256.c
index 82e5d9c7bd..276611cfd5 100644
--- a/extmod/crypto-algorithms/sha256.c
+++ b/extmod/crypto-algorithms/sha256.c
@@ -14,7 +14,6 @@
/*************************** HEADER FILES ***************************/
#include <stdlib.h>
-#include <memory.h>
#include "sha256.h"
/****************************** MACROS ******************************/