aboutsummaryrefslogtreecommitdiff
path: root/lib/vtls/openssl.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/vtls/openssl.h')
-rw-r--r--lib/vtls/openssl.h3
1 files changed, 0 insertions, 3 deletions
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 */