summaryrefslogtreecommitdiffstats
path: root/crypto/store
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2003-06-04 09:11:44 +0000
committerRichard Levitte <levitte@openssl.org>2003-06-04 09:11:44 +0000
commit4af31846621aec07ab167dbec2d025deb00fcf75 (patch)
tree35bdd625c5f59bf795f46f8afb3bae54d271bdab /crypto/store
parente31047744aa6dd583c3aec226d764990aebfcd64 (diff)
Remove extra ;
Diffstat (limited to 'crypto/store')
-rw-r--r--crypto/store/store.h2
-rw-r--r--crypto/store/str_lib.c2
2 files changed, 2 insertions, 2 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);
diff --git a/crypto/store/str_lib.c b/crypto/store/str_lib.c
index a9f302b2c0..2d419bcd43 100644
--- a/crypto/store/str_lib.c
+++ b/crypto/store/str_lib.c
@@ -1123,7 +1123,7 @@ void STORE_OBJECT_free(STORE_OBJECT *data)
OPENSSL_free(data);
}
-IMPLEMENT_STACK_OF(STORE_OBJECT*);
+IMPLEMENT_STACK_OF(STORE_OBJECT*)
struct STORE_attr_info_st