mirror of
https://github.com/openssl/openssl.git
synced 2024-12-09 05:51:54 +08: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);
|