Remove extra ;
[openssl.git] / crypto / store / store.h
index 5dba567c573afa3e61726373ef50d3cf5aab4586..c1cbb399f9db999f708bba320c4a51a751f1e95f 100644 (file)
@@ -84,6 +84,7 @@ typedef struct store_method_st STORE_METHOD;
 
 /* Creators and destructor.   */
 STORE *STORE_new_method(const STORE_METHOD *method);
+STORE *STORE_new_engine(ENGINE *engine);
 void STORE_free(STORE *ui);
 
 
@@ -220,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);