mirror of
https://github.com/moparisthebest/curl
synced 2024-10-31 15:45:12 -04:00
openssl: renamed backend files to openssl.[ch]
This commit is contained in:
parent
a47c142a88
commit
92b9ae5c5d
@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
CSOURCES = file.c timeval.c base64.c hostip.c progress.c formdata.c \
|
CSOURCES = file.c timeval.c base64.c hostip.c progress.c formdata.c \
|
||||||
cookie.c http.c sendf.c ftp.c url.c dict.c if2ip.c speedcheck.c \
|
cookie.c http.c sendf.c ftp.c url.c dict.c if2ip.c speedcheck.c \
|
||||||
ldap.c vtls/ssluse.c version.c getenv.c escape.c mprintf.c telnet.c \
|
ldap.c vtls/openssl.c version.c getenv.c escape.c mprintf.c telnet.c \
|
||||||
netrc.c getinfo.c transfer.c strequal.c easy.c security.c \
|
netrc.c getinfo.c transfer.c strequal.c easy.c security.c \
|
||||||
curl_fnmatch.c fileinfo.c ftplistparser.c wildcard.c krb5.c \
|
curl_fnmatch.c fileinfo.c ftplistparser.c wildcard.c krb5.c \
|
||||||
memdebug.c http_chunks.c strtok.c connect.c llist.c hash.c multi.c \
|
memdebug.c http_chunks.c strtok.c connect.c llist.c hash.c multi.c \
|
||||||
@ -30,7 +30,7 @@ CSOURCES = file.c timeval.c base64.c hostip.c progress.c formdata.c \
|
|||||||
|
|
||||||
HHEADERS = arpa_telnet.h netrc.h file.h timeval.h vtls/qssl.h hostip.h \
|
HHEADERS = arpa_telnet.h netrc.h file.h timeval.h vtls/qssl.h hostip.h \
|
||||||
progress.h formdata.h cookie.h http.h sendf.h ftp.h url.h dict.h \
|
progress.h formdata.h cookie.h http.h sendf.h ftp.h url.h dict.h \
|
||||||
if2ip.h speedcheck.h urldata.h curl_ldap.h vtls/ssluse.h escape.h telnet.h \
|
if2ip.h speedcheck.h urldata.h curl_ldap.h vtls/openssl.h escape.h telnet.h \
|
||||||
getinfo.h strequal.h curl_sec.h memdebug.h http_chunks.h \
|
getinfo.h strequal.h curl_sec.h memdebug.h http_chunks.h \
|
||||||
curl_fnmatch.h wildcard.h fileinfo.h ftplistparser.h strtok.h \
|
curl_fnmatch.h wildcard.h fileinfo.h ftplistparser.h strtok.h \
|
||||||
connect.h llist.h hash.h content_encoding.h share.h curl_md4.h \
|
connect.h llist.h hash.h content_encoding.h share.h curl_md4.h \
|
||||||
|
@ -41,7 +41,7 @@
|
|||||||
#include "formdata.h" /* for the boundary function */
|
#include "formdata.h" /* for the boundary function */
|
||||||
#include "url.h" /* for the ssl config check function */
|
#include "url.h" /* for the ssl config check function */
|
||||||
#include "inet_pton.h"
|
#include "inet_pton.h"
|
||||||
#include "ssluse.h"
|
#include "openssl.h"
|
||||||
#include "connect.h"
|
#include "connect.h"
|
||||||
#include "slist.h"
|
#include "slist.h"
|
||||||
#include "strequal.h"
|
#include "strequal.h"
|
@ -60,7 +60,7 @@
|
|||||||
#include "urldata.h"
|
#include "urldata.h"
|
||||||
#define SSLGEN_C
|
#define SSLGEN_C
|
||||||
#include "sslgen.h" /* generic SSL protos etc */
|
#include "sslgen.h" /* generic SSL protos etc */
|
||||||
#include "ssluse.h" /* OpenSSL versions */
|
#include "openssl.h" /* OpenSSL versions */
|
||||||
#include "gtls.h" /* GnuTLS versions */
|
#include "gtls.h" /* GnuTLS versions */
|
||||||
#include "nssg.h" /* NSS versions */
|
#include "nssg.h" /* NSS versions */
|
||||||
#include "qssl.h" /* QSOSSL versions */
|
#include "qssl.h" /* QSOSSL versions */
|
||||||
|
Loading…
Reference in New Issue
Block a user