OPENSSL_LH_error

Return whether the last LHASH operation on lh failed due to memory error.

Synopsis

Declared in <openssl/lhash.h>

int
OPENSSL_LH_error(OPENSSL_LHASH* lh);

Return Value

Non-zero if an allocation error occurred, or 0 otherwise.

Parameters

NameDescription
lhHash table to query.