Ruby  2.5.0dev(2017-10-22revision60238)
Functions | Variables
ossl_ssl_session.c File Reference
#include "ossl.h"

Go to the source code of this file.

Functions

void Init_ossl_ssl_session (void)
 

Variables

VALUE cSSLSession
 
const rb_data_type_t ossl_ssl_session_type
 

Function Documentation

◆ Init_ossl_ssl_session()

void Init_ossl_ssl_session ( void  )

Variable Documentation

◆ cSSLSession

VALUE cSSLSession

Definition at line 7 of file ossl_ssl_session.c.

Referenced by Init_ossl_ssl_session().

◆ ossl_ssl_session_type

const rb_data_type_t ossl_ssl_session_type
Initial value:
= {
"OpenSSL/SSL/Session",
{
0, ossl_ssl_session_free,
},
}
#define RUBY_TYPED_FREE_IMMEDIATELY
Definition: ruby.h:1138

Definition at line 16 of file ossl_ssl_session.c.