Flashnux

GNU/Linux man pages

Livre :
Expressions régulières,
Syntaxe et mise en oeuvre :

ISBN : 978-2-7460-9712-4
EAN : 9782746097124
(Editions ENI)

GNU/Linux

CentOS 2.1AS

(Slurm)

SSL_SESSION_free(3ssl)


SSL_SESSION_free

SSL_SESSION_free

NAME
SYNOPSIS
DESCRIPTION
RETURN VALUES

NAME

SSL_SESSION_free − free an allocated SSL_SESSION structure

SYNOPSIS

 #include <openssl/ssl.h>
 void SSL_SESSION_free(SSL_SESSION *session);

DESCRIPTION

SSL_SESSION_free() decrements the reference count of session and removes the SSL_SESSION structure pointed to by session and frees up the allocated memory, if the the reference count has reached 0.

RETURN VALUES

SSL_SESSION_free() does not provide diagnostic information.

ssl(3), SSL_get_session(3)



SSL_SESSION_free(3ssl)