Set the user identifier and optional info string on an SRP_user_pwd.
Declared in <openssl/srp.h>
[[deprecated]]
int
SRP_user_pwd_set1_ids(
SRP_user_pwd* user_pwd,
char const* id,
char const* info);
Deprecated. Use of this entity is allowed but discouraged.
1 on success, 0 on allocation failure.
| 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. |