mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 21:12:26 +01:00
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__ */
|