summaryrefslogtreecommitdiff
path: root/sql/mysqld.h
diff options
context:
space:
mode:
authorGeorg Richter <georg@mariadb.com>2016-10-13 12:07:14 +0200
committerGeorg Richter <georg@mariadb.com>2016-10-13 12:07:14 +0200
commit351e6c8ede92ce2c22b9e7dfe07f992d09661478 (patch)
tree99f95ff39c350cc68bdc7406a26793f6e75fcf0c /sql/mysqld.h
parent9a0fdab9ffab032aaf70ebf1ed255480b850a462 (diff)
downloadmariadb-git-10.2-good_bye_yassl.tar.gz
- Replaced yassl by gnutls10.2-good_bye_yassl
TLS functionality is now handled in ma_tls_vio.c - added new parameter ssl_passphrase for passphrase protected keys
Diffstat (limited to 'sql/mysqld.h')
-rw-r--r--sql/mysqld.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sql/mysqld.h b/sql/mysqld.h
index 83d723c6ab7..dba0fb33dc3 100644
--- a/sql/mysqld.h
+++ b/sql/mysqld.h
@@ -519,9 +519,9 @@ void init_com_statement_info();
extern pthread_t signal_thread;
#endif
-#ifdef HAVE_OPENSSL
+#ifdef HAVE_TLS
extern struct st_VioSSLFd * ssl_acceptor_fd;
-#endif /* HAVE_OPENSSL */
+#endif /* HAVE_TLS */
/*
The following variables were under INNODB_COMPABILITY_HOOKS