Skip to content
Snippets Groups Projects
Commit 48a06d1a authored by Dan Fandrich's avatar Dan Fandrich
Browse files

Removed unused variable.

parent 813a1107
No related branches found
No related tags found
No related merge requests found
......@@ -40,9 +40,6 @@
#include "memdebug.h"
static bool qsossl_inited = FALSE;
int Curl_qsossl_init(void)
{
......@@ -157,7 +154,7 @@ static CURLcode Curl_qsossl_create(struct connectdata * conn, int sockindex)
static int Curl_qsossl_trap_cert(SSLHandle * h)
{
return 1; /* Accept certificate. */
return 1; /* Accept certificate. */
}
......
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