Skip to content
Snippets Groups Projects
Commit 186e46d8 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

openssl: use colons properly in the ciphers list

While the previous string worked, this is the documented format.

Reported-by: Richard Moore
parent 0d1060f2
No related branches found
No related tags found
No related merge requests found
...@@ -107,7 +107,7 @@ bool Curl_ossl_cert_status_request(void); ...@@ -107,7 +107,7 @@ bool Curl_ossl_cert_status_request(void);
#define curlssl_cert_status_request() Curl_ossl_cert_status_request() #define curlssl_cert_status_request() Curl_ossl_cert_status_request()
#define DEFAULT_CIPHER_SELECTION \ #define DEFAULT_CIPHER_SELECTION \
"ALL!EXPORT!EXPORT40!EXPORT56!aNULL!LOW!RC4@STRENGTH" "ALL:!EXPORT:!EXPORT40:!EXPORT56:!aNULL:!LOW:!RC4:@STRENGTH"
#endif /* USE_OPENSSL */ #endif /* USE_OPENSSL */
#endif /* HEADER_CURL_SSLUSE_H */ #endif /* HEADER_CURL_SSLUSE_H */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment