#ifndef IOSTREAM_SSL_PRIVATE_H
#define IOSTREAM_SSL_PRIVATE_H
#include "iostream-ssl.h"
struct iostream_ssl_vfuncs {
const char **error_r);
struct ssl_iostream_context **ctx_r,
const char **error_r);
struct ssl_iostream_context **ctx_r,
const char **error_r);
const struct ssl_iostream_settings *set,
void *context);
void *context);
struct ssl_iostream_context *ctx);
const char **reason_r);
};
/* Returns TRUE if both settings are equal. Note that NULL and "" aren't
treated equal. */
const struct ssl_iostream_settings *set2);
/* Clear out all stream-only settings, so only settings useful for a context
are left. */
#endif