mirror of
https://github.com/openssl/openssl.git
synced 2024-11-27 05:21:51 +08:00
e6b5c341b9
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);
|