Ruby 2.7.6p219 (2022-04-12 revision c9c2245c0a25176072e02db9254f0e0c84c805cd)
Functions | Variables
ossl_config.c File Reference
#include "ossl.h"

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

Definition at line 16 of file ossl_config.c.

Referenced by DupConfigPtr(), and Init_ossl_config().

◆ eConfigError

VALUE eConfigError

Definition at line 22 of file ossl_config.c.

Referenced by DupConfigPtr(), and Init_ossl_config().