mirror of
https://github.com/MariaDB/server.git
synced 2025-02-02 20:11:42 +01:00
c53f2320e4
- Apply patch to remove dependency on C++ libs when linking "libmysql" from c
10 lines
121 B
C
10 lines
121 B
C
/* rsa.h for openSSL */
|
|
|
|
|
|
#ifndef yaSSL_rsa_h__
|
|
#define yaSSL_rsa_h__
|
|
|
|
enum { RSA_F4 = 1 };
|
|
|
|
|
|
#endif /* yaSSL_rsa_h__ */
|