Home | History | Annotate | Download | only in conf

Lines Matching defs:conf

1 /* crypto/conf/test.c */
61 #include <openssl/conf.h>
66 LHASH *conf;
73 conf=CONF_load(NULL,"ssleay.cnf",&eline);
74 if (conf == NULL)
81 lh_stats(conf,stdout);
82 lh_node_stats(conf,stdout);
83 lh_node_usage_stats(conf,stdout);
85 s=CONF_get_string(conf,NULL,"init2");
88 s=CONF_get_string(conf,NULL,"cipher1");
91 s=CONF_get_string(conf,"s_client","cipher1");
95 CONF_dump_fp(conf, stdout);