summaryrefslogtreecommitdiffstatshomepage
path: root/extmod/crypto-algorithms
diff options
context:
space:
mode:
authorPaul Sokolovsky <pfalcon@users.sourceforge.net>2017-04-27 15:00:23 +0300
committerPaul Sokolovsky <pfalcon@users.sourceforge.net>2017-04-27 15:01:01 +0300
commit8109cd5f23c530ef568c617c85193cfa9b836dbc (patch)
tree9606813fa6e51b0fc4bacc88c885a91c2f319556 /extmod/crypto-algorithms
parent31bbcd448cb8fd61ee3fa23b93d03c5ae41427d8 (diff)
downloadmicropython-8109cd5f23c530ef568c617c85193cfa9b836dbc.tar.gz
micropython-8109cd5f23c530ef568c617c85193cfa9b836dbc.zip
extmod/crypto-algorithms/sha256: Remove non-standard memory.h header.
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 ******************************/