[#SRP_VBASE_init] = SRP_VBASE_init :mrdocs: Load SRP verifier entries from a text verifier file into a database. == Synopsis Declared in `<openssl/srp.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[deprecated]] int SRP_VBASE_init( xref:SRP_VBASE.adoc[SRP_VBASE]* vb, char* verifier_file); ---- [WARNING] ==== https://en.cppreference.com/cpp/language/attributes/deprecated[Deprecated^]. Use of this entity is allowed but discouraged. ==== == Return Value SRP_NO_ERROR on success, or an SRP_ERR_* code on failure. == Parameters [cols="1,4"] |=== | Name| Description | *vb* | Database to populate. | *verifier_file* | Path to the verifier file (see SRP_VBASE format in srp.c). |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#