Ruby  2.7.2p137(2020-10-01revision5445e0435260b449decf2ac16f9d09bae3cafe72)
Functions | Variables
ossl_config.h File Reference

Go to the source code of this file.

Functions

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

Variables

VALUE cConfig
 
VALUE eConfigError
 

Function Documentation

◆ DupConfigPtr()

CONF* DupConfigPtr ( VALUE  obj)

◆ Init_ossl_config()

void Init_ossl_config ( void  )

Variable Documentation

◆ cConfig

VALUE cConfig
extern

Definition at line 16 of file ossl_config.c.

Referenced by DupConfigPtr(), and Init_ossl_config().

◆ eConfigError

VALUE eConfigError
extern

Definition at line 22 of file ossl_config.c.

Referenced by DupConfigPtr(), and Init_ossl_config().