mirror of
https://github.com/cesanta/mongoose.git
synced 2024-11-24 11:09:01 +08:00
Fix unamalgamated build
This commit is contained in:
parent
a2289a0625
commit
56e6cf406a
@ -5227,6 +5227,7 @@ long mg_tls_send(struct mg_connection *c, const void *buf, size_t len) {
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
#if MG_ENABLE_OPENSSL
|
||||
static int mg_tls_err(struct mg_tls *tls, int res) {
|
||||
int err = SSL_get_error(tls->ssl, res);
|
||||
|
@ -1,3 +1,4 @@
|
||||
#include "fmt.h"
|
||||
#include "tls.h"
|
||||
|
||||
#if MG_ENABLE_OPENSSL
|
||||
|
Loading…
Reference in New Issue
Block a user