[#SSL_CTX_SRP_CTX_free] = SSL_CTX_SRP_CTX_free :mrdocs: Free SRP parameters stored on an SSL_CTX (deprecated). == Synopsis Declared in `<openssl/ssl.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[deprecated]] int SSL_CTX_SRP_CTX_free(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 (including when `ctx` is NULL). * 1 on success (including when `ctx` is NULL). == Parameters [cols="1,4"] |=== | Name| Description | *ctx* | SSL context whose SRP BIGNUMs and strings are released. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#