ESP8684: Add esp8684 target to other repo for passing build

This commit is contained in:
Cao Sen Miao
2021-11-06 17:31:05 +08:00
parent 9ab043574d
commit 599227a1b6
14 changed files with 171 additions and 47 deletions

View File

@@ -39,7 +39,7 @@ static int md5_printf(char *md, const char *fmt, ...)
unsigned char *buf;
unsigned char digest[MD5_MAX_LEN];
int len, i;
struct MD5Context md5_ctx;
md5_context_t md5_ctx;
va_list ap;
va_start(ap, fmt);
len = vasprintf((char **)&buf, fmt, ap);