Skip to content

Commit 8109cd5

Browse files
committed
extmod/crypto-algorithms/sha256: Remove non-standard memory.h header.
1 parent 31bbcd4 commit 8109cd5

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

extmod/crypto-algorithms/sha256.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414

1515
/*************************** HEADER FILES ***************************/
1616
#include <stdlib.h>
17-
#include <memory.h>
1817
#include "sha256.h"
1918

2019
/****************************** MACROS ******************************/

0 commit comments

Comments
 (0)