aboutsummaryrefslogtreecommitdiffstats
path: root/Frameworks/SPMySQLFramework/Source/SPMySQLConnection Categories
diff options
context:
space:
mode:
authorMax <post@wickenrode.com>2015-03-21 00:04:02 +0100
committerMax <post@wickenrode.com>2015-03-21 00:09:42 +0100
commit6b32b225106245755e9fe4543e9eb4883cbb9c2b (patch)
tree079aeff82e13352417c082533ed5acd645962f12 /Frameworks/SPMySQLFramework/Source/SPMySQLConnection Categories
parent9f2e5a6b0fafeec8f94dfa00414b0016b12194ba (diff)
downloadsequelpro-6b32b225106245755e9fe4543e9eb4883cbb9c2b.tar.gz
sequelpro-6b32b225106245755e9fe4543e9eb4883cbb9c2b.tar.bz2
sequelpro-6b32b225106245755e9fe4543e9eb4883cbb9c2b.zip
Allow to set SSL cipher list in SPMySQL
Diffstat (limited to 'Frameworks/SPMySQLFramework/Source/SPMySQLConnection Categories')
-rw-r--r--Frameworks/SPMySQLFramework/Source/SPMySQLConnection Categories/Copying.m1
1 files changed, 1 insertions, 0 deletions
diff --git a/Frameworks/SPMySQLFramework/Source/SPMySQLConnection Categories/Copying.m b/Frameworks/SPMySQLFramework/Source/SPMySQLConnection Categories/Copying.m
index 022708b8..32efa375 100644
--- a/Frameworks/SPMySQLFramework/Source/SPMySQLConnection Categories/Copying.m
+++ b/Frameworks/SPMySQLFramework/Source/SPMySQLConnection Categories/Copying.m
@@ -54,6 +54,7 @@
[copy setSocketPath:socketPath];
[copy setUseSSL:useSSL];
[copy setSslKeyFilePath:sslKeyFilePath];
+ [copy setSslCipherList:sslCipherList];
[copy setSslCertificatePath:sslCertificatePath];
[copy setSslCACertificatePath:sslCACertificatePath];
[copy setTimeout:timeout];