vtls: created subdir, moved sslgen.[ch] there, updated all include lines

This commit is contained in:
Daniel Stenberg 2013-12-17 23:05:37 +01:00
parent 9f260b5d66
commit eccf4fb7ee
25 changed files with 29 additions and 34 deletions

View file

@ -28,7 +28,7 @@
#include "getinfo.h"
#include "curl_memory.h"
#include "sslgen.h"
#include "vtls/sslgen.h"
#include "connect.h" /* Curl_getconnectinfo() */
#include "progress.h"