mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
Andy Cedilnik fixed some compiler warnings
This commit is contained in:
parent
eb6130baa7
commit
f213e857ab
@ -38,6 +38,8 @@
|
|||||||
/* Make this the last #include */
|
/* Make this the last #include */
|
||||||
#ifdef MALLOCDEBUG
|
#ifdef MALLOCDEBUG
|
||||||
#include "memdebug.h"
|
#include "memdebug.h"
|
||||||
|
#else
|
||||||
|
#include <stdlib.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
@ -697,6 +697,7 @@ static int Curl_ASN1_UTCTIME_output(struct connectdata *conn,
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* ====================================================== */
|
/* ====================================================== */
|
||||||
|
#ifdef USE_SSLEAY
|
||||||
static int
|
static int
|
||||||
cert_hostcheck(const char *certname, const char *hostname)
|
cert_hostcheck(const char *certname, const char *hostname)
|
||||||
{
|
{
|
||||||
@ -733,6 +734,7 @@ cert_hostcheck(const char *certname, const char *hostname)
|
|||||||
}
|
}
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
/* ====================================================== */
|
/* ====================================================== */
|
||||||
CURLcode
|
CURLcode
|
||||||
|
Loading…
Reference in New Issue
Block a user