Last change
on this file since 167 was 167, checked in by coas-nagasima, 7 years ago |
MIMEにSJISを設定
|
-
Property svn:eol-style
set to
native
-
Property svn:keywords
set to
Id
-
Property svn:mime-type
set to
text/x-chdr; charset=SHIFT_JIS
|
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.