Home
last modified time | relevance | path

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

/netbsd/crypto/external/bsd/openssl/dist/apps/
H A Dcmp.c117 static char *opt_reqexts = NULL; variable
558 {(char **)&opt_days}, {&opt_reqexts},
1571 if (opt_reqexts != NULL) in setup_request_ctx()
1670 if (opt_reqexts != NULL || opt_policies != NULL) { in setup_request_ctx()
1675 if (opt_reqexts != NULL in setup_request_ctx()
1676 && !X509V3_EXT_add_nconf_sk(conf, &ext_ctx, opt_reqexts, &exts)) { in setup_request_ctx()
1678 opt_reqexts); in setup_request_ctx()
2488 opt_reqexts = opt_str(); in get_opts()