JoakimSoderberg / libws

A multiplatform C websocket client library
MIT License
11 stars 10 forks source link

Compile errors when LIBWS_WITH_OPENSSL is not set #3

Open snej opened 7 years ago

snej commented 7 years ago

If the preprocessor symbol LIBWS_WITH_OPENSSL is not defined (i.e. to build without SSL support, avoiding dependency on OpenSSL), several compile errors result. For example, ws_get_uri() checks the field ws->use_ssl, which doesn't exist.