Merge branch 'main' into testing
This commit is contained in:
commit
ea6b653121
6 changed files with 13 additions and 4 deletions
vendor
2
vendor/mongoose.h
vendored
2
vendor/mongoose.h
vendored
|
@ -1867,7 +1867,7 @@ typedef struct {
|
|||
|
||||
void cs_md5_init(cs_md5_ctx *c);
|
||||
void cs_md5_update(cs_md5_ctx *c, const unsigned char *data, size_t len);
|
||||
void cs_md5_final(unsigned char *md, cs_md5_ctx *c);
|
||||
void cs_md5_final(unsigned char digest[16], cs_md5_ctx *c);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue