mariadb/extra/yassl/include/openssl/crypto.h
msvensson@shellback.(none) 589c94eba5 Import from yaSSL
2006-05-31 22:19:17 +02:00

17 lines
282 B
C

/* crypto.h for openSSL */
#ifndef ysSSL_crypto_h__
#define yaSSL_crypto_h__
#ifdef YASSL_PREFIX
#include "prefix_crypto.h"
#endif
const char* SSLeay_version(int type);
#define SSLEAY_VERSION 0x0900L
#define SSLEAY_VERSION_NUMBER SSLEAY_VERSION
#endif /* yaSSL_crypto_h__ */