aboutsummaryrefslogtreecommitdiff
path: root/lib/vtls/vtls.h
diff options
context:
space:
mode:
authorJonas Minnberg <sasq64@gmail.com>2015-10-19 14:25:34 +0200
committerDaniel Stenberg <daniel@haxx.se>2015-10-20 07:57:24 +0200
commitfe7590f729feccd70a2d246fb06bcbf9905d7498 (patch)
tree0f1d3cc7d443a755aa808b5eff97eece9bae6d02 /lib/vtls/vtls.h
parent72646c2e48a819715d2b57ca964f7cda2ef8af2c (diff)
vtls: added support for mbedTLS
closes #496
Diffstat (limited to 'lib/vtls/vtls.h')
-rw-r--r--lib/vtls/vtls.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/vtls/vtls.h b/lib/vtls/vtls.h
index d6224903a..e3cd5142f 100644
--- a/lib/vtls/vtls.h
+++ b/lib/vtls/vtls.h
@@ -32,6 +32,7 @@
#include "cyassl.h" /* CyaSSL versions */
#include "schannel.h" /* Schannel SSPI version */
#include "darwinssl.h" /* SecureTransport (Darwin) version */
+#include "mbedtls.h" /* mbedTLS versions */
#ifndef MAX_PINNED_PUBKEY_SIZE
#define MAX_PINNED_PUBKEY_SIZE 1048576 /* 1MB */