Open snej opened 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.
LIBWS_WITH_OPENSSL
ws_get_uri()
ws->use_ssl
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 fieldws->use_ssl
, which doesn't exist.