[#SSL_CTX_set_srp_cb_arg] = SSL_CTX_set_srp_cb_arg :mrdocs: Set the user argument passed to all SRP callbacks on a context (deprecated). == Synopsis Declared in `<openssl/ssl.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[deprecated]] int SSL_CTX_set_srp_cb_arg( xref:SSL_CTX.adoc[SSL_CTX]* ctx, void* arg); ---- [WARNING] ==== https://en.cppreference.com/cpp/language/attributes/deprecated[Deprecated^]. Use of this entity is allowed but discouraged. ==== == Return Value 1 on success, or a non‐positive value on failure. == Parameters [cols="1,4"] |=== | Name| Description | *ctx* | SSL context whose SRP callbacks receive `arg.` | *arg* | Opaque pointer forwarded as the callback `arg` parameter. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#