]> Pileus Git - ~andy/fetchmail/blob - sdump.h
Note Earl's regression fix for SSL_CTX_clear_options() on older OpenSSL.
[~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