vtls: renamed sslgen.[ch] to vtls.[ch]

This commit is contained in:
Daniel Stenberg
2013-12-17 23:32:47 +01:00
parent 92b9ae5c5d
commit 11e8066ef9
24 changed files with 29 additions and 29 deletions

View File

@@ -31,7 +31,7 @@
#include "http_digest.h"
#include "strtok.h"
#include "curl_memory.h"
#include "vtls/sslgen.h" /* for Curl_rand() */
#include "vtls/vtls.h" /* for Curl_rand() */
#include "non-ascii.h" /* included for Curl_convert_... prototypes */
#include "warnless.h"