You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.