aboutsummaryrefslogtreecommitdiff
path: root/lib/vtls/cyassl.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/vtls/cyassl.h')
-rw-r--r--lib/vtls/cyassl.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/vtls/cyassl.h b/lib/vtls/cyassl.h
index f47719e4e..3e5049c40 100644
--- a/lib/vtls/cyassl.h
+++ b/lib/vtls/cyassl.h
@@ -59,6 +59,8 @@ void Curl_cyassl_sha256sum(const unsigned char *tmp, /* input */
unsigned char *sha256sum, /* output */
size_t unused);
+extern const struct Curl_ssl Curl_ssl_cyassl;
+
/* Set the API backend definition to CyaSSL */
#define CURL_SSL_BACKEND CURLSSLBACKEND_CYASSL