SSL/TLS Library

Dependents:  

CyaSSL is SSL/TLS library for embedded systems.

wolfssl.com

cyassl/openssl/bio.h

Committer:
wolfSSL
Date:
2014-04-20
Revision:
0:9d17e4342598

File content as of revision 0:9d17e4342598:

/* 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_ */