Remove extra ;

This commit is contained in:
Richard Levitte 2003-06-04 09:11:44 +00:00
parent e31047744a
commit 4af3184662
2 changed files with 2 additions and 2 deletions

View File

@ -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);

View File

@ -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