ANGRY SCREED WITH CAPS LOCK ON
[citadel.git] / citadel / modules / crypto / serv_crypto.h
index 4cef7e43b4b1a55bffcf60ccccf47fe3bd5cc053..b5ee85d53bd970058333422d20ce73e017134254 100644 (file)
@@ -5,8 +5,7 @@
 #define SIGN_DAYS      1100    // Just over three years
 
 // Which ciphers will be offered; see https://www.openssl.org/docs/manmaster/man1/ciphers.html
-//#define CIT_CIPHERS  "ALL:RC4+RSA:+SSLv2:+TLSv1:!MD5:@STRENGTH"
-#define CIT_CIPHERS    "DEFAULT"
+#define CIT_CIPHERS    "ALL:RC4+RSA:+SSLv2:+TLSv1:!MD5:@STRENGTH"
 
 #ifdef HAVE_OPENSSL
 #define OPENSSL_NO_KRB5                /* work around redhat b0rken ssl headers */