summaryrefslogtreecommitdiff
path: root/extra/yassl/include/openssl/crypto.h
blob: f53e5231027d92fcd0bf7f0e63adac6d2d801269 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/* 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_NUMBER_DEFINED
#define SSLEAY_VERSION 0x0900L
#define SSLEAY_VERSION_NUMBER SSLEAY_VERSION


#endif /* yaSSL_crypto_h__ */