summaryrefslogtreecommitdiffstats
path: root/mongo-c-driver-crypto.patch
diff options
context:
space:
mode:
Diffstat (limited to 'mongo-c-driver-crypto.patch')
-rw-r--r--mongo-c-driver-crypto.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/mongo-c-driver-crypto.patch b/mongo-c-driver-crypto.patch
index e3cf7da..c9d1d94 100644
--- a/mongo-c-driver-crypto.patch
+++ b/mongo-c-driver-crypto.patch
@@ -11,7 +11,7 @@ diff -up ./src/mongoc/mongoc-ssl.c.old ./src/mongoc/mongoc-ssl.c
- * @STRENGTH - Sort ciphers based on strength */
- SSL_CTX_set_cipher_list (ctx, "HIGH:!EXPORT:!aNULL@STRENGTH");
+ /* See https://fedoraproject.org/wiki/Packaging:CryptoPolicies */
-+ SSL_CTX_set_cipher_list (ctx, "PROFILE=SYSTEM");
++ /* SSL_CTX_set_cipher_list (ctx, "PROFILE=SYSTEM"); */
/* If renegotiation is needed, don't return from recv() or send() until it's successful.
* Note: this is for blocking sockets only. */