aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPConstants.m
diff options
context:
space:
mode:
authorMax <post@wickenrode.com>2015-03-21 02:25:59 +0100
committerMax <post@wickenrode.com>2015-03-21 02:25:59 +0100
commit1b6248d6a256ad774d092151227fdd5f40247c02 (patch)
tree759228a7a45cd7a0258bdc24159b69cfab9cbccb /Source/SPConstants.m
parent6b32b225106245755e9fe4543e9eb4883cbb9c2b (diff)
downloadsequelpro-1b6248d6a256ad774d092151227fdd5f40247c02.tar.gz
sequelpro-1b6248d6a256ad774d092151227fdd5f40247c02.tar.bz2
sequelpro-1b6248d6a256ad774d092151227fdd5f40247c02.zip
Add code for using custom SSL cipher list in SP
Diffstat (limited to 'Source/SPConstants.m')
-rw-r--r--Source/SPConstants.m1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/SPConstants.m b/Source/SPConstants.m
index fad42bc6..d9729980 100644
--- a/Source/SPConstants.m
+++ b/Source/SPConstants.m
@@ -230,6 +230,7 @@ NSString *SPSelectionDetailTypeIndexed = @"SelectionDetailTypeNSIndexS
NSString *SPSelectionDetailTypePrimaryKeyed = @"SelectionDetailTypePrimaryKeyedDetails";
NSString *SPSSHEnableMuxingPreference = @"SSHMultiplexingEnabled";
NSString *SPSSHClientPath = @"SSHClientPath";
+NSString *SPSSLCipherListKey = @"SSLCipherList";
// URLs
NSString *SPDonationsURL = @"http://www.sequelpro.com/donate/";