projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d9c88a3
)
Make name_funcs_stack static.
author
Dr. Stephen Henson
<steve@openssl.org>
Fri, 3 Mar 2000 01:37:11 +0000
(
01:37
+0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Fri, 3 Mar 2000 01:37:11 +0000
(
01:37
+0000)
crypto/objects/o_names.c
patch
|
blob
|
history
diff --git
a/crypto/objects/o_names.c
b/crypto/objects/o_names.c
index d654eb220ea8560dccccac09e5db0f43ba1d0611..d9389a5e5a3a86721eb75fb519607c7e17c1932d 100644
(file)
--- a/
crypto/objects/o_names.c
+++ b/
crypto/objects/o_names.c
@@
-22,7
+22,7
@@
typedef struct name_funcs_st
DECLARE_STACK_OF(NAME_FUNCS)
IMPLEMENT_STACK_OF(NAME_FUNCS)
-STACK_OF(NAME_FUNCS) *name_funcs_stack;
+
static
STACK_OF(NAME_FUNCS) *name_funcs_stack;
static unsigned long obj_name_hash(OBJ_NAME *a);
static int obj_name_cmp(OBJ_NAME *a,OBJ_NAME *b);