From: Richard Levitte Date: Mon, 19 May 2003 23:06:09 +0000 (+0000) Subject: Make the function STORE_new_engine() public. X-Git-Tag: BEN_FIPS_TEST_1~38^2~102 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=f59c9419502287b12a7ae00c5df4113959bd4acf;p=oweals%2Fopenssl.git Make the function STORE_new_engine() public. --- 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);