gnutls_deinit — clear all buffers associated with a session
#include <gnutls/gnutls.h>
void
gnutls_deinit( |
gnutls_session_t | session) ; |
This function clears all buffers associated with the
session
. This
function will also remove session data from the session
database if the session was terminated abnormally.