wolfssl/cyassl/openssl/bio.h

24 lines
233 B
C
Raw Normal View History

2011-02-05 13:14:47 -06:00
/* bio.h for openssl */
2012-04-26 18:27:27 -05:00
#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_ */