MySQL 5.6.14 Source Code Document
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
MySQL 5.6.14 Source Code Document
replication of field metadata works.
ndbapi_simple.cpp
ndbapi_async.cpp
ndbapi_async1.cpp
ndbapi_retries.cpp
ndbapi_simple_index.cpp
ndbapi_scan.cpp
ndbapi_event.cpp
Adaptive Send Algorithm
MySQL Cluster Concepts
basic.cpp
common.hpp
br_test.cpp
ptr_binding_test.cpp
The Performance Schema main page
Performance schema: instrumentation interface page.
Performance schema: the aggregates page.
Todo List
Deprecated List
Modules
Namespaces
Classes
Files
File List
client
cmake
cmd-line-utils
dbug
extra
yassl
examples
include
openssl
crypto.h
des.h
des_old.h
engine.h
err.h
evp.h
hmac.h
lhash.h
md4.h
md5.h
objects.h
opensslv.h
pem.h
pkcs12.h
prefix_crypto.h
prefix_ssl.h
rand.h
rsa.h
sha.h
ssl.h
transport_types.h
x509.h
x509v3.h
buffer.hpp
cert_wrapper.hpp
crypto_wrapper.hpp
factory.hpp
handshake.hpp
lock.hpp
log.hpp
socket_wrapper.hpp
timer.hpp
yassl.hpp
yassl_error.hpp
yassl_imp.hpp
yassl_int.hpp
yassl_types.hpp
src
taocrypt
testsuite
charset2html.c
comp_err.c
innochecksum.cc
my_print_defaults.c
mysql_waitpid.c
perror.c
replace.c
resolve_stack_dump.c
resolveip.c
include
libevent
libmysql
libmysqld
libservices
mysql-test
mysys
mysys_ssl
packaging
plugin
regex
scripts
sql
sql-common
storage
strings
support-files
tests
unittest
vio
zlib
File Members
Examples
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
opensslv.h
1
/*
2
Copyright (C) 2005 MySQL AB
3
4
This program is free software; you can redistribute it and/or modify
5
it under the terms of the GNU General Public License as published by
6
the Free Software Foundation; version 2 of the License.
7
8
This program is distributed in the hope that it will be useful,
9
but WITHOUT ANY WARRANTY; without even the implied warranty of
10
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11
GNU General Public License for more details.
12
13
You should have received a copy of the GNU General Public License
14
along with this program; see the file COPYING. If not, write to the
15
Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
16
MA 02110-1301 USA.
17
*/
18
19
/* opensslv.h compatibility */
20
21
#ifndef yaSSL_opensslv_h__
22
#define yaSSL_opensslv_h__
23
24
25
/* api version compatibility */
26
#define OPENSSL_VERSION_NUMBER 0x0090700f
27
28
29
#endif
/* yaSSLopensslv_h__ */
30
extra
yassl
include
openssl
opensslv.h
Generated on Sat Nov 9 2013 01:24:41 for MySQL 5.6.14 Source Code Document by
1.8.1.2