Home
last modified time | relevance | path

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

/openssl-master/apps/
A Dcmp.c1762 char *host = NULL, *port = NULL, *path = NULL, *used_path; in setup_client_ctx() local
1782 used_path = opt_path != NULL ? opt_path : path; in setup_client_ctx()
1785 || !OSSL_CMP_CTX_set1_serverPath(ctx, used_path)) in setup_client_ctx()
1793 *used_path == '/' ? used_path + 1 : used_path); in setup_client_ctx()

Completed in 8 milliseconds