You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
233 B
C
24 lines
233 B
C
13 years ago
|
/* 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_ */
|
||
|
|