summaryrefslogtreecommitdiff
path: root/include/sslopt-vars.h
diff options
context:
space:
mode:
authorGeorg Richter <georg@mariadb.com>2018-12-03 13:55:20 +0100
committerGeorg Richter <georg@mariadb.com>2018-12-03 13:55:20 +0100
commit0513237f82730cd54fa0aabf4a1b7513f0fc8779 (patch)
tree0ce53850c6c2058909b1fd1dab45daeb502766f9 /include/sslopt-vars.h
parent3728b11f879634a7ddab39cb951aedceadba80b1 (diff)
downloadmariadb-git-bb_mdev14101.tar.gz
MDEV-14101: Provide option to specify tls_version for client toolsbb_mdev14101
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 8e669760faf..9f0d9ecc439 100644
--- a/include/sslopt-vars.h
+++ b/include/sslopt-vars.h
@@ -30,6 +30,7 @@ SSL_STATIC char *opt_ssl_cipher = 0;
SSL_STATIC char *opt_ssl_key = 0;
SSL_STATIC char *opt_ssl_crl = 0;
SSL_STATIC char *opt_ssl_crlpath = 0;
+SSL_STATIC char *opt_tls_version = 0;
#ifdef MYSQL_CLIENT
SSL_STATIC my_bool opt_ssl_verify_server_cert= 0;
#endif