mirror of
https://github.com/MariaDB/server.git
synced 2025-05-28 13:01:41 +03:00
yaSSL-0.9.7 library bundled. BUILD/Makefile.am: compile-pentium-debug-yassl added to distribution. Makefile.am: Added yassl_dir to SUBDIRS. It contains path to yassl distribution if --with-yassl specified. It is empty otherwise. configure.in: yaSSL CHECK-function call. extra/Makefile.am: yaSSL added to distribution. include/violite.h: YASSL_MYSQL_COMPATIBLE macro must be defined to make yassl headers compatible.
14 lines
227 B
C
14 lines
227 B
C
/* crypto.h for openSSL */
|
|
|
|
#ifndef ysSSL_crypto_h__
|
|
#define yaSSL_crypto_h__
|
|
|
|
const char* SSLeay_version(int type);
|
|
|
|
#define SSLEAY_VERSION 0x0900L
|
|
#define SSLEAY_VERSION_NUMBER SSLEAY_VERSION
|
|
|
|
|
|
#endif /* yaSSL_crypto_h__ */
|
|
|