ancruna / mongoose

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

Statically linking moongose with libssl #278

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
How I can statically link libssl with moongose ?

It is using load_dll

but I want to use static what parameter shoudl I give for compilation ?

Original issue reported on code.google.com by goelvive...@gmail.com on 22 Aug 2011 at 1:28

GoogleCodeExporter commented 9 years ago
You have to pass -DNO_SSL_DL

Original comment by valenok on 22 Aug 2011 at 8:01

GoogleCodeExporter commented 9 years ago

if I uses -DNO_SSL_DL will I able to use ssl port ?

Original comment by goelvive...@gmail.com on 23 Aug 2011 at 7:06

GoogleCodeExporter commented 9 years ago
Yes

Original comment by valenok on 23 Aug 2011 at 8:09