]> git.sur5r.net Git - freertos/blob - FreeRTOS-Plus/Source/CyaSSL/cyassl/openssl/bio.h
Final commit before tagging - cosmetic changes only.
[freertos] / FreeRTOS-Plus / Source / CyaSSL / cyassl / openssl / bio.h
1 /* bio.h for openssl */
2
3
4 #ifndef CYASSL_BIO_H_
5 #define CYASSL_BIO_H_
6
7 #include <cyassl/openssl/ssl.h>
8
9
10 #ifdef __cplusplus
11     extern "C" {
12 #endif
13
14
15
16
17 #ifdef __cplusplus
18     }  /* extern "C" */ 
19 #endif
20
21
22 #endif /* CYASSL_BIO_H_ */
23