Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/apps/
H A Dcmp.c1848 char *host = NULL, *port = NULL, *path = NULL, *used_path = opt_path; in setup_client_ctx() local
1892 used_path = path; in setup_client_ctx()
1902 *used_path == '/' ? used_path + 1 : used_path); in setup_client_ctx()
1911 if (!OSSL_CMP_CTX_set1_serverPath(ctx, used_path)) in setup_client_ctx()