Home | History | Annotate | Download | only in apps

Lines Matching refs:genconf

85 static int do_generate(BIO *bio, char *genstr, char *genconf, BUF_MEM *buf);
95 char *genstr=NULL, *genconf=NULL;
179 else if (strcmp(*argv,"-genconf") == 0)
182 genconf= *(++argv);
213 BIO_printf(bio_err," -genconf file file to generate ASN1 structure from\n");
267 if (genstr || genconf)
269 num = do_generate(bio_err, genstr, genconf, buf);
387 static int do_generate(BIO *bio, char *genstr, char *genconf, BUF_MEM *buf)
395 if (genconf)
398 if (!NCONF_load(cnf, genconf, &errline))
404 BIO_printf(bio, "Can't find 'asn1' in '%s'\n", genconf);
435 errline, genconf);
437 BIO_printf(bio, "Error loading config file '%s'\n", genconf);