mariadb/extra/yassl/include/openssl/crypto.h

19 lines
312 B
C
Raw Normal View History

/* crypto.h for openSSL */
#ifndef ysSSL_crypto_h__
#define yaSSL_crypto_h__
2006-05-31 22:19:17 +02:00
#ifdef YASSL_PREFIX
#include "prefix_crypto.h"
2006-05-31 22:19:17 +02:00
#endif
const char* SSLeay_version(int type);
#define SSLEAY_NUMBER_DEFINED
#define SSLEAY_VERSION 0x0900L
#define SSLEAY_VERSION_NUMBER SSLEAY_VERSION
#endif /* yaSSL_crypto_h__ */