[#SRP_VBASE_new] = SRP_VBASE_new :mrdocs: Allocate an SRP verifier database, optionally copying `seed_key` for unknown‐user simulation (deprecated). == Synopsis Declared in `<openssl/srp.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[deprecated]] xref:SRP_VBASE.adoc[SRP_VBASE]* SRP_VBASE_new(char* seed_key); ---- [WARNING] ==== https://en.cppreference.com/cpp/language/attributes/deprecated[Deprecated^]. Use of this entity is allowed but discouraged. ==== == Return Value New SRP_VBASE, or NULL on allocation failure. == Parameters [cols="1,4"] |=== | Name| Description | *seed_key* | Random NUL‐terminated seed copied into the database, or NULL to disable dummy users. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#