ancruna / mongoose

Automatically exported from code.google.com/p/mongoose
MIT License
0 stars 0 forks source link

Compiler option NO_SSL + NO_SSL_DL doesn't work correctly #286

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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...@googlemail.com on 9 Oct 2011 at 5:20

GoogleCodeExporter commented 9 years ago

Original comment by valenok on 23 Sep 2012 at 12:23