catssl_freeinfo - free SSL context
#include <cat/cat.h>
void catssl_freeinfo(catssl_info *info);
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.
cat, catssl