89d6aa10a2
Reviewed-by: Rich Salz <rsalz@openssl.org>
7 lines
165 B
C
7 lines
165 B
C
|
|
|
|
typedef struct name_funcs_st NAME_FUNCS;
|
|
DEFINE_STACK_OF(NAME_FUNCS)
|
|
DEFINE_LHASH_OF(OBJ_NAME);
|
|
typedef struct added_obj_st ADDED_OBJ;
|
|
DEFINE_LHASH_OF(ADDED_OBJ);
|