Edit File by line
/home/barbar84/www/wp-conte.../plugins/sujqvwi/ExeBy/exe_root.../usr/include/mysql/server
File: sslopt-case.h
#ifndef SSLOPT_CASE_INCLUDED
[0] Fix | Delete
#define SSLOPT_CASE_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
case OPT_SSL_KEY:
[19] Fix | Delete
case OPT_SSL_CERT:
[20] Fix | Delete
case OPT_SSL_CA:
[21] Fix | Delete
case OPT_SSL_CAPATH:
[22] Fix | Delete
case OPT_SSL_CIPHER:
[23] Fix | Delete
case OPT_SSL_CRL:
[24] Fix | Delete
case OPT_SSL_CRLPATH:
[25] Fix | Delete
/*
[26] Fix | Delete
Enable use of SSL if we are using any ssl option
[27] Fix | Delete
One can disable SSL later by using --skip-ssl or --ssl=0
[28] Fix | Delete
*/
[29] Fix | Delete
opt_use_ssl= 1;
[30] Fix | Delete
#if defined (HAVE_WOLFSSL)
[31] Fix | Delete
#if defined(MYSQL_SERVER)
[32] Fix | Delete
/* CRL does not work with WolfSSL (server) */
[33] Fix | Delete
opt_ssl_crl= NULL;
[34] Fix | Delete
#endif
[35] Fix | Delete
#if !defined(_WIN32) || !defined(LIBMARIADB)
[36] Fix | Delete
/* CRL_PATH does not work with WolfSSL (server) and GnuTLS (client) */
[37] Fix | Delete
opt_ssl_crlpath= NULL;
[38] Fix | Delete
#endif
[39] Fix | Delete
#endif
[40] Fix | Delete
break;
[41] Fix | Delete
#endif
[42] Fix | Delete
#endif /* SSLOPT_CASE_INCLUDED */
[43] Fix | Delete
[44] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function