Skip to content
Snippets Groups Projects
Commit f213e857 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

Andy Cedilnik fixed some compiler warnings

parent eb6130ba
No related branches found
No related tags found
No related merge requests found
......@@ -38,6 +38,8 @@
/* Make this the last #include */
#ifdef MALLOCDEBUG
#include "memdebug.h"
#else
#include <stdlib.h>
#endif
/*
......
......@@ -697,6 +697,7 @@ static int Curl_ASN1_UTCTIME_output(struct connectdata *conn,
#endif
/* ====================================================== */
#ifdef USE_SSLEAY
static int
cert_hostcheck(const char *certname, const char *hostname)
{
......@@ -733,6 +734,7 @@ cert_hostcheck(const char *certname, const char *hostname)
}
return 0;
}
#endif
/* ====================================================== */
CURLcode
......
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