Ruby
2.7.2p137(2020-10-01revision5445e0435260b449decf2ac16f9d09bae3cafe72)
|
Go to the documentation of this file.
45 conf = NCONF_new(
NULL);
50 if(!NCONF_load_bio(conf, bio, &eline)){
74 char *default_config_file;
84 default_config_file = CONF_get1_default_config_file();
87 OPENSSL_free(default_config_file);
CONF * DupConfigPtr(VALUE obj)
BIO * ossl_obj2bio(volatile VALUE *pobj)
#define OSSL_Check_Kind(obj, klass)
VALUE rb_define_module(const char *name)
void ossl_raise(VALUE exc, const char *fmt,...)
void Init_ossl_config(void)
RUBY_EXTERN VALUE rb_cObject
char str[HTML_ESCAPE_MAX_LEN+1]
void rb_define_const(VALUE, const char *, VALUE)
VALUE rb_define_class_under(VALUE outer, const char *name, VALUE super)
Defines a class under the namespace of outer.