Blob Blame History Raw
--- c_src/fast_tls_drv.c	2015-08-03 06:40:33.000000000 -0400
+++ c_src/fast_tls_drv.c	2015-12-29 22:03:41.245021448 -0500
@@ -54,7 +54,7 @@
 #define SSL_OP_NO_TICKET 0
 #endif
 
-#define CIPHERS "DEFAULT:!EXPORT:!LOW:!RC4:!SSLv2"
+#define CIPHERS "PROFILE=SYSTEM"
 
 /**
  * Prepare the SSL options flag.