Ruby 1.9.2p290(2011-07-09revision32553)
Functions | Variables

ext/openssl/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

CONF* DupConfigPtr ( VALUE  obj)

Definition at line 53 of file ossl_config.c.

References cConfig, NULL, OSSL_Check_Kind, parse_config(), rb_funcall(), and rb_intern.

CONF* GetConfigPtr ( VALUE  obj)

Definition at line 43 of file ossl_config.c.

References SafeGetConfig.

Referenced by ossl_x509extfactory_create_ext().

void Init_ossl_config ( void  )

Variable Documentation

Definition at line 33 of file ossl_config.c.

Referenced by DupConfigPtr(), and Init_ossl_config().