Blame SOURCES/stunnel-5.56-system-ciphers.patch

72fc89
diff -up stunnel-5.55/src/options.c.system-ciphers stunnel-5.55/src/options.c
72fc89
--- stunnel-5.55/src/options.c.system-ciphers	2019-09-19 14:43:00.631059024 +0200
72fc89
+++ stunnel-5.55/src/options.c	2019-09-19 14:51:02.120053849 +0200
72fc89
@@ -277,7 +277,7 @@ static char *option_not_found=
72fc89
     "Specified option name is not valid here";
72fc89
 
72fc89
 static char *stunnel_cipher_list=
72fc89
-    "HIGH:!aNULL:!SSLv2:!DH:!kDHEPSK";
72fc89
+   "PROFILE=SYSTEM";
72fc89
 
72fc89
 #ifndef OPENSSL_NO_TLS1_3
72fc89
 static char *stunnel_ciphersuites=