Go to the documentation of this file.
70 conf=CONF_load(NULL,
"../../apps/openssl.cnf",&l);
73 fprintf(stderr,
"error loading config, line %ld\n",l);
92 if (cv->
name != NULL)
return;
97 for (i=0; i<
sk_num(s); i++)
101 name=(v->
name == NULL)?
"None":v->
name;
103 printf(
"%s=%s\n",name,value);