mirror of
https://github.com/curl/curl.git
synced 2026-08-25 21:03:34 +03:00
NTLM: header inclusion cleanup follow-up
This commit is contained in:
parent
05ef245170
commit
78199b6030
3 changed files with 17 additions and 9 deletions
|
|
@ -1,5 +1,5 @@
|
|||
#ifndef __SSLUSE_H
|
||||
#define __SSLUSE_H
|
||||
#ifndef HEADER_CURL_SSLUSE_H
|
||||
#define HEADER_CURL_SSLUSE_H
|
||||
/***************************************************************************
|
||||
* _ _ ____ _
|
||||
* Project ___| | | | _ \| |
|
||||
|
|
@ -22,12 +22,15 @@
|
|||
*
|
||||
***************************************************************************/
|
||||
|
||||
#include "setup.h"
|
||||
|
||||
#ifdef USE_SSLEAY
|
||||
/*
|
||||
* This header should only be needed to get included by sslgen.c and ssluse.c
|
||||
*/
|
||||
|
||||
#include "urldata.h"
|
||||
|
||||
CURLcode Curl_ossl_connect(struct connectdata *conn, int sockindex);
|
||||
CURLcode Curl_ossl_connect_nonblocking(struct connectdata *conn,
|
||||
int sockindex,
|
||||
|
|
@ -81,4 +84,4 @@ bool Curl_ossl_data_pending(const struct connectdata *conn,
|
|||
#define curlssl_data_pending(x,y) Curl_ossl_data_pending(x,y)
|
||||
|
||||
#endif /* USE_SSLEAY */
|
||||
#endif /* __SSLUSE_H */
|
||||
#endif /* HEADER_CURL_SSLUSE_H */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue