summaryrefslogtreecommitdiff
path: root/include/sslopt-vars.h
diff options
context:
space:
mode:
authortonu@volk.internalnet <>2001-09-30 10:46:20 +0800
committertonu@volk.internalnet <>2001-09-30 10:46:20 +0800
commit5658ff8237dc6e08e07154ef2a9a7c0ce3e0a453 (patch)
treec8e33b443fde74ad722536829cd56fa9403617cd /include/sslopt-vars.h
parent5d9be4de24ab02436edbe2c75e96704a31c522b2 (diff)
downloadmariadb-git-5658ff8237dc6e08e07154ef2a9a7c0ce3e0a453.tar.gz
SSL compiles and works as far as can see. Continue testing..
Diffstat (limited to 'include/sslopt-vars.h')
-rw-r--r--include/sslopt-vars.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sslopt-vars.h b/include/sslopt-vars.h
index 597ab4d9fa6..756a35589aa 100644
--- a/include/sslopt-vars.h
+++ b/include/sslopt-vars.h
@@ -21,4 +21,5 @@ static char *opt_ssl_key = 0;
static char *opt_ssl_cert = 0;
static char *opt_ssl_ca = 0;
static char *opt_ssl_capath = 0;
+static char *opt_ssl_cipher = 0;
#endif