Home
last modified time | relevance | path

Searched refs:opt_reqexts (Results 1 – 1 of 1) sorted by relevance

/freebsd/crypto/openssl/apps/
H A Dcmp.c131 static char *opt_reqexts = NULL; variable
722 { &opt_newkeyout }, { &opt_subject }, { (char **)&opt_days }, { &opt_reqexts },
1829 if (opt_reqexts != NULL) in setup_request_ctx()
1984 if (opt_reqexts != NULL || opt_policies != NULL) { in setup_request_ctx()
1989 if (opt_reqexts != NULL in setup_request_ctx()
1990 && !X509V3_EXT_add_nconf_sk(conf, &ext_ctx, opt_reqexts, &exts)) { in setup_request_ctx()
1992 opt_reqexts); in setup_request_ctx()
3060 opt_reqexts = opt_str(); in get_opts()