From a53bda35e9a2acf4f2432b2d1b2d44497d68971e Mon Sep 17 00:00:00 2001 From: Johannes Schindelin Date: Sat, 24 Jun 2017 00:25:29 +0200 Subject: vtls: fold the backend ID into the Curl_ssl structure Signed-off-by: Johannes Schindelin --- lib/vtls/nssg.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'lib/vtls/nssg.h') diff --git a/lib/vtls/nssg.h b/lib/vtls/nssg.h index 5c3015a8b..41e51b021 100644 --- a/lib/vtls/nssg.h +++ b/lib/vtls/nssg.h @@ -35,8 +35,5 @@ CURLcode Curl_nss_force_init(struct Curl_easy *data); extern const struct Curl_ssl Curl_ssl_nss; -/* Set the API backend definition to NSS */ -#define CURL_SSL_BACKEND CURLSSLBACKEND_NSS - #endif /* USE_NSS */ #endif /* HEADER_CURL_NSSG_H */ -- cgit v1.2.3