Qsmtp  0.30dev
Functions | Variables
tls.h File Reference

global SSL error handling definitions More...

#include <openssl/ssl.h>

Go to the source code of this file.

Functions

void ssl_free (SSL *myssl)
 
void ssl_library_destroy ()
 free internal check memory of the SSL library More...
 
const char * ssl_error (void)
 
const char * ssl_strerror (void)
 

Variables

SSL * ssl
 

Detailed Description

global SSL error handling definitions

Function Documentation

void ssl_library_destroy ( )

free internal check memory of the SSL library

This would ideally be a function of the SSL library, but it is not.