diff options
Diffstat (limited to 'lib/vtls/axtls.h')
-rw-r--r-- | lib/vtls/axtls.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/vtls/axtls.h b/lib/vtls/axtls.h index e4c0c1307..71f3c3d1c 100644 --- a/lib/vtls/axtls.h +++ b/lib/vtls/axtls.h @@ -46,6 +46,8 @@ CURLcode Curl_axtls_random(struct Curl_easy *data, unsigned char *entropy, size_t length); +extern const struct Curl_ssl Curl_ssl_axtls; + /* Set the API backend definition to axTLS */ #define CURL_SSL_BACKEND CURLSSLBACKEND_AXTLS |