[#SRP_user_pwd_set1_ids] = SRP_user_pwd_set1_ids :mrdocs: Set the user identifier and optional info string on an SRP_user_pwd. == Synopsis Declared in `<openssl/srp.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[deprecated]] int SRP_user_pwd_set1_ids( xref:SRP_user_pwd.adoc[SRP_user_pwd]* user_pwd, char const* id, char const* info); ---- [WARNING] ==== https://en.cppreference.com/cpp/language/attributes/deprecated[Deprecated^]. Use of this entity is allowed but discouraged. ==== == Return Value 1 on success, 0 on allocation failure. == Parameters [cols="1,4"] |=== | Name| Description | *user_pwd* | Entry to update. | *id* | User name to copy, or NULL to clear. | *info* | Optional info string to copy, or NULL to clear. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#