Return whether the last LHASH operation on lh failed due to memory error.
lh
Declared in <openssl/lhash.h>
<openssl/lhash.h>
int OPENSSL_LH_error(OPENSSL_LHASH* lh);
Non-zero if an allocation error occurred, or 0 otherwise.