diff options
Diffstat (limited to 'lib/vtls/axtls.h')
-rw-r--r-- | lib/vtls/axtls.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/vtls/axtls.h b/lib/vtls/axtls.h index 55247b8ec..0459cf228 100644 --- a/lib/vtls/axtls.h +++ b/lib/vtls/axtls.h @@ -66,7 +66,7 @@ int Curl_axtls_random(struct SessionHandle *data, #define curlssl_check_cxn(x) Curl_axtls_check_cxn(x) #define curlssl_data_pending(x,y) (x=x, y=y, 0) #define curlssl_random(x,y,z) Curl_axtls_random(x,y,z) - +#define CURL_SSL_BACKEND CURLSSLBACKEND_AXTLS #endif /* USE_AXTLS */ #endif /* HEADER_CURL_AXTLS_H */ |