]> Pileus Git - ~andy/fetchmail/blob - sdump.h
Clear SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS without SSL_CTX_clear_options()
[~andy/fetchmail] / sdump.h
1 #ifndef SDUMP_H
2 #define SDUMP_H
3
4 #include <stdlib.h>
5
6 char *sdump(const char *in, size_t len);
7
8 #endif