summaryrefslogtreecommitdiffstats
path: root/common/trans.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/trans.h')
-rw-r--r--common/trans.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/trans.h b/common/trans.h
index 26d93dc2..fac1fcab 100644
--- a/common/trans.h
+++ b/common/trans.h
@@ -125,7 +125,7 @@ struct stream* APP_CC
trans_get_out_s(struct trans* self, int size);
int APP_CC
trans_set_tls_mode(struct trans *self, const char *key, const char *cert,
- int disableSSLv3, const char *tls_ciphers);
+ long ssl_protocols, const char *tls_ciphers);
int APP_CC
trans_shutdown_tls_mode(struct trans *self);
int APP_CC