This is a port of cyaSSL 2.7.0.
Dependents: CyaSSL_DTLS_Cellular CyaSSL_DTLS_Ethernet
Diff: cyassl/openssl/bio.h
- Revision:
- 0:714293de3836
diff -r 000000000000 -r 714293de3836 cyassl/openssl/bio.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/cyassl/openssl/bio.h Thu Sep 05 10:33:04 2013 +0000 @@ -0,0 +1,23 @@ +/* bio.h for openssl */ + + +#ifndef CYASSL_BIO_H_ +#define CYASSL_BIO_H_ + +#include <cyassl/openssl/ssl.h> + + +#ifdef __cplusplus + extern "C" { +#endif + + + + +#ifdef __cplusplus + } /* extern "C" */ +#endif + + +#endif /* CYASSL_BIO_H_ */ +