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.
11 lines
121 B
C
11 lines
121 B
C
/* rsa.h for openSSL */
|
|
|
|
|
|
#ifndef ysSSL_rsa_h__
|
|
#define yaSSL_rsa_h__
|
|
|
|
enum { RSA_F4 = 1 };
|
|
|
|
|
|
#endif /* yaSSL_rsa_h__ */
|