diff options
| author | Dan Halbert <halbert@halwitz.org> | 2021-02-19 14:22:50 -0500 |
|---|---|---|
| committer | Dan Halbert <halbert@halwitz.org> | 2021-02-19 14:22:50 -0500 |
| commit | 67406488d1539c641b744c1c7069e17572a1c263 (patch) | |
| tree | a368b42b87ccc0588a35c0d1777e6b7783fb08cd /extmod | |
| parent | 9d4442e298f4e86fb0686d7986ba627231dd591b (diff) | |
| parent | 1cd4e4552e1a72c61a787c2fa0b8d51a7cf1301f (diff) | |
merge from upstream; re-alphabetize
Diffstat (limited to 'extmod')
| -rw-r--r-- | extmod/crypto-algorithms/sha256.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/extmod/crypto-algorithms/sha256.c b/extmod/crypto-algorithms/sha256.c index 276611cfd..9b5e45d23 100644 --- a/extmod/crypto-algorithms/sha256.c +++ b/extmod/crypto-algorithms/sha256.c @@ -14,6 +14,7 @@ /*************************** HEADER FILES ***************************/ #include <stdlib.h> +#include <string.h> #include "sha256.h" /****************************** MACROS ******************************/ |
