mirror of
https://github.com/cesanta/mongoose.git
synced 2024-12-27 15:01:03 +08:00
exported mg_terminate_ssl
This commit is contained in:
parent
a639e10a4d
commit
70eb4c4bbc
@ -129,6 +129,7 @@ char *mg_md5(char buf[33], ...);
|
||||
int mg_authorize_digest(struct mg_connection *c, FILE *fp);
|
||||
int mg_url_encode(const char *src, size_t s_len, char *dst, size_t dst_len);
|
||||
int mg_url_decode(const char *src, int src_len, char *dst, int dst_len, int);
|
||||
int mg_terminate_ssl(struct mg_connection *c, const char *cert);
|
||||
|
||||
// Templates support
|
||||
struct mg_expansion {
|
||||
|
Loading…
x
Reference in New Issue
Block a user