Eneboo - Documentación para desarrolladores
src/libmysql_std/include/sslopt-case.h
Ir a la documentación de este archivo.
00001 /* Copyright (C) 2000 MySQL AB
00002 
00003    This program is free software; you can redistribute it and/or modify
00004    it under the terms of the GNU General Public License as published by
00005    the Free Software Foundation; version 2 of the License.
00006 
00007    This program is distributed in the hope that it will be useful,
00008    but WITHOUT ANY WARRANTY; without even the implied warranty of
00009    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
00010    GNU General Public License for more details.
00011 
00012    You should have received a copy of the GNU General Public License
00013    along with this program; if not, write to the Free Software
00014    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA */
00015 
00016 #ifdef HAVE_OPENSSL
00017     case OPT_SSL_KEY:
00018     case OPT_SSL_CERT:
00019     case OPT_SSL_CA:
00020     case OPT_SSL_CAPATH:
00021     case OPT_SSL_CIPHER:
00022     /*
00023       Enable use of SSL if we are using any ssl option
00024       One can disable SSL later by using --skip-ssl or --ssl=0
00025     */
00026       opt_use_ssl= 1;
00027       break;
00028 #endif
 Todo Clases Namespaces Archivos Funciones Variables 'typedefs' Enumeraciones Valores de enumeraciones Propiedades Amigas 'defines'