]> git.sur5r.net Git - freertos/blob - FreeRTOS-Plus/Source/WolfSSL/cyassl/openssl/crypto.h
f7d5337c2f306fe575a22627410908e6bf0d9cb1
[freertos] / FreeRTOS-Plus / Source / WolfSSL / cyassl / openssl / crypto.h
1 /* crypto.h for openSSL */
2
3 #ifndef CYASSL_CRYPTO_H_
4 #define CYASSL_CRYPTO_H_
5
6
7 #include <cyassl/ctaocrypt/settings.h>
8
9 #ifdef YASSL_PREFIX
10 #include "prefix_crypto.h"
11 #endif
12
13
14 CYASSL_API const char*   CyaSSLeay_version(int type);
15 CYASSL_API unsigned long CyaSSLeay(void);
16
17 #define SSLeay_version CyaSSLeay_version
18 #define SSLeay CyaSSLeay
19
20
21 #define SSLEAY_VERSION 0x0090600fL
22 #define SSLEAY_VERSION_NUMBER SSLEAY_VERSION
23
24
25 #endif /* header */
26