This is against the head revision (55cf8bf30cd9).
Probably just need to add some "#ifndef NO_SSL" or "#ifndef NO_SSL_DL"
statements, I don't have Mercurial so can't sumbit a patch.
In function `push':
mongoose.c:1313: undefined reference to `SSL_write'
In function `pull':
mongoose.c:1337: undefined reference to `SSL_read'
In function `sslize':
mongoose.c:1565: undefined reference to `SSL_new'
mongoose.c:1566: undefined reference to `SSL_set_fd'
In function `mg_connect':
mongoose.c:1599: undefined reference to `SSL_connect'
In function `close_connection':
mongoose.c:3801: undefined reference to `SSL_free'
In function `worker_thread':
mongoose.c:4013: undefined reference to `SSL_accept'
In function `free_context':
mongoose.c:4151: undefined reference to `SSL_CTX_free'
Original issue reported on code.google.com by matthewj...@hotmail.com on 9 Oct 2011 at 5:20
Original issue reported on code.google.com by
matthewj...@hotmail.com
on 9 Oct 2011 at 5:20