aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPConstants.h
diff options
context:
space:
mode:
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;