RSA_PSS_PARAMS_free

Free RSA-PSS algorithm parameters and their contents.

Synopsis

Declared in <openssl/rsa.h>

void
RSA_PSS_PARAMS_free(RSA_PSS_PARAMS* a);

Parameters

NameDescription
aValue to free, or NULL.