mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 21:12:26 +01:00
c1fd1d6a5b
yaSSL-0.9.7 library bundled.
12 lines
196 B
C
12 lines
196 B
C
/* opensslv.h compatibility */
|
|
|
|
#ifndef yaSSL_opensslv_h__
|
|
#define yaSSL_opensslv_h__
|
|
|
|
|
|
/* api version compatibility */
|
|
#define OPENSSL_VERSION_NUMBER 0x0090700f
|
|
|
|
|
|
#endif /* yaSSLopensslv_h__ */
|
|
|