From b75f1663f44fbeff4479998e37cdf208117be40a Mon Sep 17 00:00:00 2001 From: Vladislav Grishenko Date: Wed, 29 Nov 2017 00:19:21 +0500 Subject: sstp: keep default ssl ciphers for better compatibility --- accel-pppd/ctrl/sstp/sstp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'accel-pppd/ctrl') diff --git a/accel-pppd/ctrl/sstp/sstp.c b/accel-pppd/ctrl/sstp/sstp.c index d3e945de..bfd61c1a 100644 --- a/accel-pppd/ctrl/sstp/sstp.c +++ b/accel-pppd/ctrl/sstp/sstp.c @@ -170,7 +170,7 @@ static X509 *conf_ssl_cert = NULL; static EVP_PKEY *conf_ssl_pkey = NULL; static const char *conf_ssl_ca_file = NULL; -static const char *conf_ssl_ciphers = "HIGH:!aNULL:!kRSA:!PSK:!SRP:!MD5:!RC4"; +static const char *conf_ssl_ciphers = NULL; static int conf_ssl_prefer_server_ciphers = 0; static int conf_ssl = 1; #endif -- cgit v1.2.3