summaryrefslogtreecommitdiff
path: root/lib/vtls/gtls.h
diff options
context:
space:
mode:
authorJohannes Schindelin <johannes.schindelin@gmx.de>2017-06-24 00:25:29 +0200
committerDaniel Stenberg <daniel@haxx.se>2017-08-28 14:56:58 +0200
commita53bda35e9a2acf4f2432b2d1b2d44497d68971e (patch)
tree93fb111b973643d02f1cdc7236b4618662194c85 /lib/vtls/gtls.h
parenta243ce7ab289f0e7bb8a6b90b40fcf8fa62428bf (diff)
downloadcurl-a53bda35e9a2acf4f2432b2d1b2d44497d68971e.tar.gz
vtls: fold the backend ID into the Curl_ssl structure
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Diffstat (limited to 'lib/vtls/gtls.h')
-rw-r--r--lib/vtls/gtls.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/vtls/gtls.h b/lib/vtls/gtls.h
index 0dcf13a56..780fc109d 100644
--- a/lib/vtls/gtls.h
+++ b/lib/vtls/gtls.h
@@ -30,8 +30,5 @@
extern const struct Curl_ssl Curl_ssl_gnutls;
-/* Set the API backend definition to GnuTLS */
-#define CURL_SSL_BACKEND CURLSSLBACKEND_GNUTLS
-
#endif /* USE_GNUTLS */
#endif /* HEADER_CURL_GTLS_H */