[#OSSL_CMP_CTX_set1_serverPath] = OSSL_CMP_CTX_set1_serverPath :mrdocs: Set the HTTP path component for CMP server requests. == Synopsis Declared in `<openssl/cmp.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int OSSL_CMP_CTX_set1_serverPath( xref:OSSL_CMP_CTX.adoc[OSSL_CMP_CTX]* ctx, char const* path); ---- == Return Value 1 on success, 0 on error. == Parameters [cols="1,4"] |=== | Name| Description | *ctx* | CMP context. | *path* | URL path (for example "/cmp"), or NULL to clear. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#