OPENSSL_LH_COMPFUNCTHUNK

Adapter that invokes a typed OPENSSL_LH_COMPFUNC on two void* elements.

Synopsis

Declared in <openssl/lhash.h>

typedef int(* OPENSSL_LH_COMPFUNCTHUNK)(void const*, void const*, OPENSSL_LH_COMPFUNC);

Parameters

NameDescription
aFirst element pointer passed to the comparison function.
bSecond element pointer passed to the comparison function.
cfnUnderlying comparison function to invoke on a and b.