=pod =head1 NAME SSL_SESSION_free - free an allocated SSL_SESSION structure =head1 SYNOPSIS #include void SSL_SESSION_free(SSL_SESSION *session); =head1 DESCRIPTION SSL_SESSION_free() decrements the reference count of B and removes the B structure pointed to by B and frees up the allocated memory, if the the reference count has reached 0. =head1 RETURN VALUES SSL_SESSION_free() does not provide diagnostic information. =head1 SEE ALSO L, L =cut