lhash.h
All headersThese two macros are exported for compatibility with existing callers of X509V3_EXT_conf_nid. Do not use these symbols outside BoringSSL.
#define LHASH_OF(type) struct lhash_st_##type
#define DECLARE_LHASH_OF(type) LHASH_OF(type);
lhash is an internal library and not exported for use outside BoringSSL. This header is provided for compatibility with code that expects OpenSSL.