Skip to content
Snippets Groups Projects
Commit ab21c3e1 authored by Kitty Barnett's avatar Kitty Barnett
Browse files

Fix LL line ending error in _httpoprequest.cpp

parent 3cdb7ada
No related branches found
No related tags found
No related merge requests found
...@@ -1017,8 +1017,8 @@ CURLcode HttpOpRequest::curlSslCtxCallback(CURL *curl, void *sslctx, void *userd ...@@ -1017,8 +1017,8 @@ CURLcode HttpOpRequest::curlSslCtxCallback(CURL *curl, void *sslctx, void *userd
} }
else else
{ {
// disable any default verification for server certs // disable any default verification for server certs
// Ex: setting urls (assume non-SL) for parcel media in LLFloaterURLEntry // Ex: setting urls (assume non-SL) for parcel media in LLFloaterURLEntry
SSL_CTX_set_verify(ctx, SSL_VERIFY_NONE, NULL); SSL_CTX_set_verify(ctx, SSL_VERIFY_NONE, NULL);
} }
// set the verification callback. // set the verification callback.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment