Skip to content

Commit

Permalink
Fix build of webserver with GCC11
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiomb2 committed May 1, 2021
1 parent 9157413 commit 4aa67ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webserver/mongoose.h
Expand Up @@ -1762,7 +1762,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 md[16], cs_md5_ctx *c);

#ifdef __cplusplus
}
Expand Down

0 comments on commit 4aa67ea

Please sign in to comment.