![Dr. Stephen Henson](/assets/img/avatar_default.png)
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>
8 lines
167 B
C
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);
|