summaryrefslogtreecommitdiff
path: root/extra/yassl/include/openssl/crypto.h
blob: 288990e1318aa61b8555c6623269d811f703b9c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/* 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__ */