openssl/crypto/objects/obj_lcl.h
Dr. Stephen Henson e6b5c341b9 Inline LHASH_OF
Make LHASH_OF use static inline functions.

Add new lh_get_down_load and lh_set_down_load functions and their
typesafe inline equivalents.

Make lh_error a function instead of a macro.

Reviewed-by: Rich Salz <rsalz@openssl.org>
2016-01-11 17:50:27 +00:00

8 lines
167 B
C

typedef struct name_funcs_st NAME_FUNCS;
DEFINE_STACK_OF(NAME_FUNCS)
DECLARE_LHASH_OF(OBJ_NAME);
typedef struct added_obj_st ADDED_OBJ;
DECLARE_LHASH_OF(ADDED_OBJ);