From 70eb4c4bbcada9dc35f32a0981cccf3ac2862e71 Mon Sep 17 00:00:00 2001 From: Sergey Lyubka <valenok@gmail.com> Date: Wed, 18 Jun 2014 10:59:29 +0100 Subject: [PATCH] exported mg_terminate_ssl --- mongoose.h | 1 + 1 file changed, 1 insertion(+) diff --git a/mongoose.h b/mongoose.h index d840b38b7..53bf3c18b 100644 --- a/mongoose.h +++ b/mongoose.h @@ -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 { -- GitLab