summaryrefslogtreecommitdiffstats
path: root/crypto/store/store.h
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/store/store.h')
-rw-r--r--crypto/store/store.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/store/store.h b/crypto/store/store.h
index 958252a634..c1cbb399f9 100644
--- a/crypto/store/store.h
+++ b/crypto/store/store.h
@@ -221,7 +221,7 @@ typedef struct STORE_OBJECT_st
BUF_MEM *arbitrary;
} data;
} STORE_OBJECT;
-DECLARE_STACK_OF(STORE_OBJECT);
+DECLARE_STACK_OF(STORE_OBJECT)
STORE_OBJECT *STORE_OBJECT_new(void);
void STORE_OBJECT_free(STORE_OBJECT *data);