NAME

catssl_freeinfo - free SSL context

SYNOPSIS

#include <cat/cat.h>

void catssl_freeinfo(catssl_info *info);

DESCRIPTION

This function frees the SSL context info. This is necessary only if the SSL handshake failed. If the SSL handshake was successful, the SSL context will be freed when the session is closed.

SEE ALSO

cat, catssl