extmod: Update for move of crypto-algorithms, re1.5, uzlib to lib.

Signed-off-by: Damien George <damien@micropython.org>
This commit is contained in:
Damien George
2021-07-12 16:34:27 +10:00
parent 966e8bf934
commit 94dfaff18b
5 changed files with 15 additions and 15 deletions

View File

@@ -28,7 +28,7 @@
#include <errno.h>
#include "py/stream.h"
#include "extmod/crypto-algorithms/sha256.h"
#include "lib/crypto-algorithms/sha256.h"
#define SSL_CTX_MUTEX_INIT(mutex)
#define SSL_CTX_MUTEX_DESTROY(mutex)