summaryrefslogtreecommitdiff
path: root/protocols/protocol.h
diff options
context:
space:
mode:
authorBruce Guenter <bruce@untroubled.org>2015-05-21 09:09:35 -0600
committerBruce Guenter <bruce@untroubled.org>2015-05-21 09:10:58 -0600
commit70b449872633ff288189ea0cc41f00b082c97b5a (patch)
tree86087cccc9e229be08e2fd2a969a0a52e681eb0f /protocols/protocol.h
parent1978cd40a5dde7359075c63c68b6e1f294c92c34 (diff)
protocols: Rename ssl options to tls
Diffstat (limited to 'protocols/protocol.h')
-rw-r--r--protocols/protocol.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/protocols/protocol.h b/protocols/protocol.h
index c335b04..19e258d 100644
--- a/protocols/protocol.h
+++ b/protocols/protocol.h
@@ -6,7 +6,7 @@
#define DEFAULT_CA_FILE "/etc/ssl/certs/ca-certificates.crt"
extern const int default_port;
-extern const int default_ssl_port;
+extern const int default_tls_port;
extern void protocol_fail(int e, const char* msg);
extern void protocol_succ(const char* msg);
@@ -17,7 +17,7 @@ extern const char* user;
extern const char* pass;
extern int auth_method;
extern int port;
-extern int use_ssl;
+extern int use_tls;
extern int use_starttls;
extern int tls_insecure;