[#SSL_CTX_SRP_CTX_init] = SSL_CTX_SRP_CTX_init :mrdocs: Initialize the deprecated SRP context embedded in an SSL_CTX. == Synopsis Declared in `<openssl/ssl.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[deprecated]] int SSL_CTX_SRP_CTX_init(xref:SSL_CTX.adoc[SSL_CTX]* ctx); ---- [WARNING] ==== https://en.cppreference.com/cpp/language/attributes/deprecated[Deprecated^]. Use of this entity is allowed but discouraged. ==== == Return Value 1 on success, or 0 if `ctx` is NULL. == Parameters [cols="1,4"] |=== | Name| Description | *ctx* | SSL context whose srp_ctx fields are zeroed and given a default strength. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#