summaryrefslogtreecommitdiff
path: root/release/src/router/cyassl/include/openssl/crypto.h
blob: 603943bc102f2330249bb8daf84a256e2800398a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/* crypto.h for openSSL */

#ifndef CYASSL_CRYPTO_H_
#define CYASSL_CRYPTO_H_

#ifdef YASSL_PREFIX
#include "prefix_crypto.h"
#endif

const char*   SSLeay_version(int type);
unsigned long SSLeay(void);


#define SSLEAY_VERSION 0x0090600fL
#define SSLEAY_VERSION_NUMBER SSLEAY_VERSION


#endif /* header */