From 118b074fba6ac9d8128410ce14cd05d46ad6dfa5 Mon Sep 17 00:00:00 2001 From: Johannes Schindelin Date: Mon, 26 Jun 2017 17:05:49 +0200 Subject: vtls: move SSL backends' private constants out of their header files Signed-off-by: Johannes Schindelin --- lib/vtls/openssl.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'lib/vtls/openssl.h') diff --git a/lib/vtls/openssl.h b/lib/vtls/openssl.h index 673719604..030addac6 100644 --- a/lib/vtls/openssl.h +++ b/lib/vtls/openssl.h @@ -36,8 +36,5 @@ extern const struct Curl_ssl Curl_ssl_openssl; /* Set the API backend definition to OpenSSL */ #define CURL_SSL_BACKEND CURLSSLBACKEND_OPENSSL -#define DEFAULT_CIPHER_SELECTION \ - "ALL:!EXPORT:!EXPORT40:!EXPORT56:!aNULL:!LOW:!RC4:@STRENGTH" - #endif /* USE_OPENSSL */ #endif /* HEADER_CURL_SSLUSE_H */ -- cgit v1.2.3