tfSslUninitialize

Jump to: navigation, search

Table of Contents >> SSL Programmer's Reference


#include <trsocket.h>


void tfSslUninitialize (void);


Function Description

tfSslUninitialize() frees the SSL global variable. If there is any SSL session open, that session will be closed. If there is any connection open for that session, the connection will be closed first.


Parameters

  • None


Returns

  • None


Table of Contents >> SSL Programmer's Reference