Loading lib/getinfo.c +2 −0 Original line number Diff line number Diff line Loading @@ -38,6 +38,8 @@ /* Make this the last #include */ #ifdef MALLOCDEBUG #include "memdebug.h" #else #include <stdlib.h> #endif /* Loading lib/ssluse.c +2 −0 Original line number Diff line number Diff line Loading @@ -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) { Loading Loading @@ -733,6 +734,7 @@ cert_hostcheck(const char *certname, const char *hostname) } return 0; } #endif /* ====================================================== */ CURLcode Loading Loading
lib/getinfo.c +2 −0 Original line number Diff line number Diff line Loading @@ -38,6 +38,8 @@ /* Make this the last #include */ #ifdef MALLOCDEBUG #include "memdebug.h" #else #include <stdlib.h> #endif /* Loading
lib/ssluse.c +2 −0 Original line number Diff line number Diff line Loading @@ -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) { Loading Loading @@ -733,6 +734,7 @@ cert_hostcheck(const char *certname, const char *hostname) } return 0; } #endif /* ====================================================== */ CURLcode Loading