#include <stdio.h>#include <errno.h>#include "cryptlib.h"#include <openssl/bio.h>#include <openssl/evp.h>Go to the source code of this file.
Classes | |
| struct | bio_linebuffer_ctx_struct |
Macros | |
| #define | DEFAULT_LINEBUFFER_SIZE 1024*10 |
Typedefs | |
| typedef struct bio_linebuffer_ctx_struct | BIO_LINEBUFFER_CTX |
Functions | |
| BIO_METHOD * | BIO_f_linebuffer (void) |
| typedef struct bio_linebuffer_ctx_struct BIO_LINEBUFFER_CTX |
| BIO_METHOD* BIO_f_linebuffer | ( | void | ) |
1.8.2