Commit 4af31846 authored by Richard Levitte's avatar Richard Levitte
Browse files

Remove extra ;

parent e3104774
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);

+1 −1
Original line number Diff line number Diff line
@@ -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