diff options
author | Steve Holme <steve_holme@hotmail.com> | 2013-12-25 10:20:39 +0000 |
---|---|---|
committer | Steve Holme <steve_holme@hotmail.com> | 2013-12-26 21:25:51 +0000 |
commit | 9aa6e4357a9e9257a56808ac407639cfeaf11ac9 (patch) | |
tree | 5cc689743ce80e8fa95b7770d08c4c658e7496f8 /lib/vtls/cyassl.c | |
parent | 7b057f53fd06ca9f53873992eed5b8c652be0df1 (diff) | |
download | curl-9aa6e4357a9e9257a56808ac407639cfeaf11ac9.tar.gz |
vtls: Fixed up include of vtls.h
Diffstat (limited to 'lib/vtls/cyassl.c')
-rw-r--r-- | lib/vtls/cyassl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/vtls/cyassl.c b/lib/vtls/cyassl.c index ff11bdd1a..4ec26cf57 100644 --- a/lib/vtls/cyassl.c +++ b/lib/vtls/cyassl.c @@ -38,7 +38,7 @@ #include "sendf.h" #include "inet_pton.h" #include "cyassl.h" -#include "sslgen.h" +#include "vtls.h" #include "parsedate.h" #include "connect.h" /* for the connect timeout */ #include "select.h" |