mirror of
https://github.com/QuasarApp/openssl.git
synced 2025-05-09 07:59:44 +00:00
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);
|