Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
wolfssl/openssl/bio.h@3:6f956bdb3073, 2016-04-28 (annotated)
- Committer:
- wolfSSL
- Date:
- Thu Apr 28 00:56:55 2016 +0000
- Revision:
- 3:6f956bdb3073
wolfSSL 3.9.0
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| wolfSSL | 3:6f956bdb3073 | 1 | /* bio.h for openssl */ |
| wolfSSL | 3:6f956bdb3073 | 2 | |
| wolfSSL | 3:6f956bdb3073 | 3 | |
| wolfSSL | 3:6f956bdb3073 | 4 | #ifndef WOLFSSL_BIO_H_ |
| wolfSSL | 3:6f956bdb3073 | 5 | #define WOLFSSL_BIO_H_ |
| wolfSSL | 3:6f956bdb3073 | 6 | |
| wolfSSL | 3:6f956bdb3073 | 7 | #include <wolfssl/openssl/ssl.h> |
| wolfSSL | 3:6f956bdb3073 | 8 | |
| wolfSSL | 3:6f956bdb3073 | 9 | |
| wolfSSL | 3:6f956bdb3073 | 10 | #ifdef __cplusplus |
| wolfSSL | 3:6f956bdb3073 | 11 | extern "C" { |
| wolfSSL | 3:6f956bdb3073 | 12 | #endif |
| wolfSSL | 3:6f956bdb3073 | 13 | |
| wolfSSL | 3:6f956bdb3073 | 14 | |
| wolfSSL | 3:6f956bdb3073 | 15 | |
| wolfSSL | 3:6f956bdb3073 | 16 | |
| wolfSSL | 3:6f956bdb3073 | 17 | #ifdef __cplusplus |
| wolfSSL | 3:6f956bdb3073 | 18 | } /* extern "C" */ |
| wolfSSL | 3:6f956bdb3073 | 19 | #endif |
| wolfSSL | 3:6f956bdb3073 | 20 | |
| wolfSSL | 3:6f956bdb3073 | 21 | |
| wolfSSL | 3:6f956bdb3073 | 22 | #endif /* WOLFSSL_BIO_H_ */ |
| wolfSSL | 3:6f956bdb3073 | 23 | |
| wolfSSL | 3:6f956bdb3073 | 24 |