From a439e438f3662f12c003bda3c8cc3f6de09b4da0 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 31 Jul 2014 12:19:51 +0200 Subject: ssl: generalize how the ssl backend identifier is set Each backend now defines CURL_SSL_BACKEND accordingly. Added the *AXTLS one which was missing previously. --- lib/vtls/axtls.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/vtls/axtls.h') 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 */ -- cgit v1.2.3