Ruby  2.1.10p492(2016-04-01revision54464)
Functions | Variables
ossl_config.h File Reference

Go to the source code of this file.

Functions

CONF * GetConfigPtr (VALUE obj)
 
CONF * DupConfigPtr (VALUE obj)
 
void Init_ossl_config (void)
 

Variables

VALUE cConfig
 
VALUE eConfigError
 

Function Documentation

◆ DupConfigPtr()

CONF* DupConfigPtr ( VALUE  obj)

◆ GetConfigPtr()

CONF* GetConfigPtr ( VALUE  obj)

◆ Init_ossl_config()

void Init_ossl_config ( void  )

Variable Documentation

◆ cConfig

VALUE cConfig

Definition at line 17 of file ossl_config.c.

Referenced by GetConfigPtr(), and Init_ossl_config().

◆ eConfigError

VALUE eConfigError

Definition at line 23 of file ossl_config.c.

Referenced by GetConfigPtr(), and Init_ossl_config().