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

Name

Description

lh

Hash table to query.

Created with MrDocs