Skip to content

Commit

Permalink
[FIX] compilation errors in mongoose with gcc gcc version 12.2.0 (Deb…
Browse files Browse the repository at this point in the history
…ian 12.2.0-14) closes #20
  • Loading branch information
ckrey authored and 128keaton committed Sep 21, 2023
1 parent e4c3bc1 commit bc03c24
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ qtripp.o: qtripp.c conf.h util.h json.h ini.h devices/devices.h devices/models.h
util.o: util.c util.h json.h udata.h constfile.h
bean.o: bean.c udata.h constfile.h
constfile.o: constfile.c constfile.h
mongoose.o: mongoose.c mongoose.h

.PHONY: libdev

Expand Down
2 changes: 1 addition & 1 deletion mongoose.h
Original file line number Diff line number Diff line change
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 bc03c24

Please sign in to comment.