aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPConstants.h
diff options
context:
space:
mode:
authorstuconnolly <stuart02@gmail.com>2010-11-11 21:25:59 +0000
committerstuconnolly <stuart02@gmail.com>2010-11-11 21:25:59 +0000
commite351124a47d2a8ad0bb171fec204df1991de94d6 (patch)
treee34fd87505a75fadc22afff3f9e70076faf57466 /Source/SPConstants.h
parentb1bc59225d7f190b6db36da4634cc96095f01591 (diff)
downloadsequelpro-e351124a47d2a8ad0bb171fec204df1991de94d6.tar.gz
sequelpro-e351124a47d2a8ad0bb171fec204df1991de94d6.tar.bz2
sequelpro-e351124a47d2a8ad0bb171fec204df1991de94d6.zip
Add SSL favorite constants and use them in the connection controller.
Diffstat (limited to 'Source/SPConstants.h')
-rw-r--r--Source/SPConstants.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/Source/SPConstants.h b/Source/SPConstants.h
index 6e20a5b3..0b51fb17 100644
--- a/Source/SPConstants.h
+++ b/Source/SPConstants.h
@@ -411,4 +411,12 @@ extern NSString *SPFavoriteSocketKey;
extern NSString *SPFavoriteSSHHostKey;
extern NSString *SPFavoriteSSHPortKey;
extern NSString *SPFavoriteSSHUserKey;
+extern NSString *SPFavoriteSSHKeyLocationEnabledKey;
extern NSString *SPFavoriteSSHKeyLocationKey;
+extern NSString *SPFavoriteUseSSLKey;
+extern NSString *SPFavoriteSSLKeyFileLocationEnabledKey;
+extern NSString *SPFavoriteSSLKeyFileLocationKey;
+extern NSString *SPFavoriteSSLCertificateFileLocationEnabledKey;
+extern NSString *SPFavoriteSSLCertificateFileLocationKey;
+extern NSString *SPFavoriteSSLCACertFileLocationEnabledKey;
+extern NSString *SPFavoriteSSLCACertFileLocationKey;