source: asp3_tinet_ecnl_arm/trunk/wolfssl-3.12.2/wolfssl/openssl/bio.h@ 352

Last change on this file since 352 was 352, checked in by coas-nagasima, 6 years ago

arm向けASP3版ECNLを追加

  • Property svn:eol-style set to native
  • Property svn:mime-type set to text/x-chdr;charset=UTF-8
File size: 237 bytes
Line 
1/* bio.h for openssl */
2
3
4#ifndef WOLFSSL_BIO_H_
5#define WOLFSSL_BIO_H_
6
7#include <wolfssl/openssl/ssl.h>
8
9
10#ifdef __cplusplus
11 extern "C" {
12#endif
13
14
15
16
17#ifdef __cplusplus
18 } /* extern "C" */
19#endif
20
21
22#endif /* WOLFSSL_BIO_H_ */
23
Note: See TracBrowser for help on using the repository browser.