aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/store
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2008-12-16 10:56:05 +0000
committerRichard Levitte <levitte@openssl.org>2008-12-16 10:56:05 +0000
commit63461b8db13f81150868ad19272676e6cf5cd5b7 (patch)
treea671f556466591f570efc2682ea4ef129be5a8fd /crypto/store
parente77228ba112aa119553894534292063762fde874 (diff)
downloadopenssl-63461b8db13f81150868ad19272676e6cf5cd5b7.tar.gz
Remove extraneous semicolons
Diffstat (limited to 'crypto/store')
-rw-r--r--crypto/store/str_mem.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/store/str_mem.c b/crypto/store/str_mem.c
index 3f9f62f210..d7d22366b4 100644
--- a/crypto/store/str_mem.c
+++ b/crypto/store/str_mem.c
@@ -83,7 +83,7 @@ typedef struct mem_object_data_st
int references;
} MEM_OBJECT_DATA;
-DECLARE_STACK_OF(MEM_OBJECT_DATA);
+DECLARE_STACK_OF(MEM_OBJECT_DATA)
struct mem_data_st
{
STACK_OF(MEM_OBJECT_DATA) *data; /* sorted with
@@ -93,7 +93,7 @@ struct mem_data_st
from parts of the data. */
};
-DECLARE_STACK_OF(STORE_ATTR_INFO);
+DECLARE_STACK_OF(STORE_ATTR_INFO)
struct mem_ctx_st
{
int type; /* The type we're searching for */