summaryrefslogtreecommitdiffstats
path: root/crypto/objects/obj_lcl.h
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/objects/obj_lcl.h')
-rw-r--r--crypto/objects/obj_lcl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/objects/obj_lcl.h b/crypto/objects/obj_lcl.h
index 6a8f75f09e..c451088459 100644
--- a/crypto/objects/obj_lcl.h
+++ b/crypto/objects/obj_lcl.h
@@ -2,6 +2,6 @@
typedef struct name_funcs_st NAME_FUNCS;
DEFINE_STACK_OF(NAME_FUNCS)
-DECLARE_LHASH_OF(OBJ_NAME);
+DEFINE_LHASH_OF(OBJ_NAME);
typedef struct added_obj_st ADDED_OBJ;
-DECLARE_LHASH_OF(ADDED_OBJ);
+DEFINE_LHASH_OF(ADDED_OBJ);