From f59c9419502287b12a7ae00c5df4113959bd4acf Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Mon, 19 May 2003 23:06:09 +0000 Subject: [PATCH] Make the function STORE_new_engine() public. --- crypto/store/store.h | 1 + 1 file changed, 1 insertion(+) diff --git a/crypto/store/store.h b/crypto/store/store.h index 5dba567c57..958252a634 100644 --- a/crypto/store/store.h +++ b/crypto/store/store.h @@ -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); -- 2.40.0