lhash.h

All headers

lhash is an internal library and not exported for use outside BoringSSL. This header is provided for compatibility with code that expects OpenSSL.

  1. LHASH_OF
  2. DECLARE_LHASH_OF

These 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);