SRP_user_pwd_free

Free an SRP_user_pwd structure and owned fields.

Synopsis

Declared in <openssl/srp.h>

[[deprecated]]
void
SRP_user_pwd_free(SRP_user_pwd* user_pwd);

WARNING

Deprecated. Use of this entity is allowed but discouraged.

Parameters

NameDescription
user_pwdEntry to free, or NULL.