Edit File by line
/home/barbar84/www/wp-conte.../plugins/sujqvwi/ExeBy/exe_root.../usr/include/mysql/server
File: sslopt-vars.h
#ifndef SSLOPT_VARS_INCLUDED
[0] Fix | Delete
#define SSLOPT_VARS_INCLUDED
[1] Fix | Delete
[2] Fix | Delete
/* Copyright (c) 2000, 2010, Oracle and/or its affiliates. All rights reserved.
[3] Fix | Delete
[4] Fix | Delete
This program is free software; you can redistribute it and/or modify
[5] Fix | Delete
it under the terms of the GNU General Public License as published by
[6] Fix | Delete
the Free Software Foundation; version 2 of the License.
[7] Fix | Delete
[8] Fix | Delete
This program is distributed in the hope that it will be useful,
[9] Fix | Delete
but WITHOUT ANY WARRANTY; without even the implied warranty of
[10] Fix | Delete
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
[11] Fix | Delete
GNU General Public License for more details.
[12] Fix | Delete
[13] Fix | Delete
You should have received a copy of the GNU General Public License
[14] Fix | Delete
along with this program; if not, write to the Free Software
[15] Fix | Delete
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1335 USA */
[16] Fix | Delete
[17] Fix | Delete
#if defined(HAVE_OPENSSL) && !defined(EMBEDDED_LIBRARY)
[18] Fix | Delete
#ifdef SSL_VARS_NOT_STATIC
[19] Fix | Delete
#define SSL_STATIC
[20] Fix | Delete
#else
[21] Fix | Delete
#define SSL_STATIC static
[22] Fix | Delete
#endif
[23] Fix | Delete
SSL_STATIC my_bool opt_use_ssl = 0;
[24] Fix | Delete
SSL_STATIC char *opt_ssl_ca = 0;
[25] Fix | Delete
SSL_STATIC char *opt_ssl_capath = 0;
[26] Fix | Delete
SSL_STATIC char *opt_ssl_cert = 0;
[27] Fix | Delete
SSL_STATIC char *opt_ssl_cipher = 0;
[28] Fix | Delete
SSL_STATIC char *opt_ssl_key = 0;
[29] Fix | Delete
SSL_STATIC char *opt_ssl_crl = 0;
[30] Fix | Delete
SSL_STATIC char *opt_ssl_crlpath = 0;
[31] Fix | Delete
SSL_STATIC char *opt_tls_version = 0;
[32] Fix | Delete
#ifdef MYSQL_CLIENT
[33] Fix | Delete
SSL_STATIC my_bool opt_ssl_verify_server_cert= 0;
[34] Fix | Delete
#endif
[35] Fix | Delete
#endif
[36] Fix | Delete
#endif /* SSLOPT_VARS_INCLUDED */
[37] Fix | Delete
[38] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function