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/nssg.h | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/vtls/nssg.h') diff --git a/lib/vtls/nssg.h b/lib/vtls/nssg.h index d441de9d9..311f873d7 100644 --- a/lib/vtls/nssg.h +++ b/lib/vtls/nssg.h @@ -83,6 +83,7 @@ void Curl_nss_md5sum(unsigned char *tmp, /* input */ #define curlssl_data_pending(x,y) (x=x, y=y, 0) #define curlssl_random(x,y,z) Curl_nss_random(x,y,z) #define curlssl_md5sum(a,b,c,d) Curl_nss_md5sum(a,b,c,d) +#define CURL_SSL_BACKEND CURLSSLBACKEND_NSS #endif /* USE_NSS */ #endif /* HEADER_CURL_NSSG_H */ -- cgit v1.2.3