formdata: removed unnecessary USE_SSLEAY use
This commit is contained in:
parent
d57d041d67
commit
fb4726d571
@ -24,7 +24,7 @@
|
|||||||
|
|
||||||
#include <curl/curl.h>
|
#include <curl/curl.h>
|
||||||
|
|
||||||
#if !defined(CURL_DISABLE_HTTP) || defined(USE_SSLEAY)
|
#ifndef CURL_DISABLE_HTTP
|
||||||
|
|
||||||
#if defined(HAVE_LIBGEN_H) && defined(HAVE_BASENAME)
|
#if defined(HAVE_LIBGEN_H) && defined(HAVE_BASENAME)
|
||||||
#include <libgen.h>
|
#include <libgen.h>
|
||||||
@ -43,10 +43,6 @@
|
|||||||
/* The last #include file should be: */
|
/* The last #include file should be: */
|
||||||
#include "memdebug.h"
|
#include "memdebug.h"
|
||||||
|
|
||||||
#endif /* !defined(CURL_DISABLE_HTTP) || defined(USE_SSLEAY) */
|
|
||||||
|
|
||||||
#ifndef CURL_DISABLE_HTTP
|
|
||||||
|
|
||||||
#ifndef HAVE_BASENAME
|
#ifndef HAVE_BASENAME
|
||||||
static char *Curl_basename(char *path);
|
static char *Curl_basename(char *path);
|
||||||
#define basename(x) Curl_basename((x))
|
#define basename(x) Curl_basename((x))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user