[#SRP_VBASE_free] = SRP_VBASE_free :mrdocs: Free an SRP verifier database and its contents. == Synopsis Declared in `<openssl/srp.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[deprecated]] void SRP_VBASE_free(xref:SRP_VBASE.adoc[SRP_VBASE]* vb); ---- [WARNING] ==== https://en.cppreference.com/cpp/language/attributes/deprecated[Deprecated^]. Use of this entity is allowed but discouraged. ==== == Parameters [cols="1,4"] |=== | Name| Description | *vb* | Database to free, or NULL. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#