diff options
Diffstat (limited to 'src/lib/libcrypto/objects/o_names.c')
-rw-r--r-- | src/lib/libcrypto/objects/o_names.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libcrypto/objects/o_names.c b/src/lib/libcrypto/objects/o_names.c index d654eb220e..d9389a5e5a 100644 --- a/src/lib/libcrypto/objects/o_names.c +++ b/src/lib/libcrypto/objects/o_names.c | |||
@@ -22,7 +22,7 @@ typedef struct name_funcs_st | |||
22 | DECLARE_STACK_OF(NAME_FUNCS) | 22 | DECLARE_STACK_OF(NAME_FUNCS) |
23 | IMPLEMENT_STACK_OF(NAME_FUNCS) | 23 | IMPLEMENT_STACK_OF(NAME_FUNCS) |
24 | 24 | ||
25 | STACK_OF(NAME_FUNCS) *name_funcs_stack; | 25 | static STACK_OF(NAME_FUNCS) *name_funcs_stack; |
26 | 26 | ||
27 | static unsigned long obj_name_hash(OBJ_NAME *a); | 27 | static unsigned long obj_name_hash(OBJ_NAME *a); |
28 | static int obj_name_cmp(OBJ_NAME *a,OBJ_NAME *b); | 28 | static int obj_name_cmp(OBJ_NAME *a,OBJ_NAME *b); |