mirror of
https://github.com/curl/curl.git
synced 2026-08-25 00:33:31 +03:00
vtls: created subdir, moved sslgen.[ch] there, updated all include lines
This commit is contained in:
parent
9f260b5d66
commit
eccf4fb7ee
25 changed files with 29 additions and 34 deletions
|
|
@ -71,7 +71,7 @@
|
|||
#include "sockaddr.h" /* required for Curl_sockaddr_storage */
|
||||
#include "inet_ntop.h"
|
||||
#include "inet_pton.h"
|
||||
#include "sslgen.h" /* for Curl_ssl_check_cxn() */
|
||||
#include "vtls/sslgen.h" /* for Curl_ssl_check_cxn() */
|
||||
#include "progress.h"
|
||||
#include "warnless.h"
|
||||
#include "conncache.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue