This is a port of cyaSSL 2.7.0.

Dependents:   CyaSSL_DTLS_Cellular CyaSSL_DTLS_Ethernet

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers bio.h Source File

bio.h

00001 /* bio.h for openssl */
00002 
00003 
00004 #ifndef CYASSL_BIO_H_
00005 #define CYASSL_BIO_H_
00006 
00007 #include <cyassl/openssl/ssl.h>
00008 
00009 
00010 #ifdef __cplusplus
00011     extern "C" {
00012 #endif
00013 
00014 
00015 
00016 
00017 #ifdef __cplusplus
00018     }  /* extern "C" */ 
00019 #endif
00020 
00021 
00022 #endif /* CYASSL_BIO_H_ */
00023