Renesas / SecureDweet
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 WOLFSSL_BIO_H_
00005 #define WOLFSSL_BIO_H_
00006 
00007 #include <wolfssl/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 /* WOLFSSL_BIO_H_ */
00023 
00024