Skip to content

Commit

Permalink
Update cs_base64_encode to match mongoose.h
Browse files Browse the repository at this point in the history
  • Loading branch information
rojer committed Feb 22, 2021
1 parent 8d89867 commit a07cbde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/common/cs_base64.h
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ void cs_base64_init(struct cs_base64_ctx *ctx, cs_base64_putc_t putc,
void cs_base64_update(struct cs_base64_ctx *ctx, const char *str, size_t len);
void cs_base64_finish(struct cs_base64_ctx *ctx);

void cs_base64_encode(const unsigned char *src, int src_len, char *dst);
void cs_base64_encode(const unsigned char *src, int src_len, char *dst, int *enc_len);
void cs_fprint_base64(FILE *f, const unsigned char *src, int src_len);

/*
Expand Down

0 comments on commit a07cbde

Please sign in to comment.