mirror of
https://github.com/curl/curl.git
synced 2026-07-29 22:08:05 +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
|
|
@ -31,7 +31,7 @@
|
|||
#include "http_digest.h"
|
||||
#include "strtok.h"
|
||||
#include "curl_memory.h"
|
||||
#include "sslgen.h" /* for Curl_rand() */
|
||||
#include "vtls/sslgen.h" /* for Curl_rand() */
|
||||
#include "non-ascii.h" /* included for Curl_convert_... prototypes */
|
||||
#include "warnless.h"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue