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:
e77228b
)
Remove extraneous semicolons
author
Richard Levitte
<levitte@openssl.org>
Tue, 16 Dec 2008 10:56:05 +0000
(10:56 +0000)
committer
Richard Levitte
<levitte@openssl.org>
Tue, 16 Dec 2008 10:56:05 +0000
(10:56 +0000)
crypto/store/str_mem.c
patch
|
blob
|
history
diff --git
a/crypto/store/str_mem.c
b/crypto/store/str_mem.c
index 3f9f62f210d438ee1f4acd32017c778493bc7f30..d7d22366b4baaea5126e362f0f097f399bd361c2 100644
(file)
--- 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 */