X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=crypto%2Fstore%2Fstore.h;h=958252a6348b14549ba06126c490bc8bd4473128;hp=5dba567c573afa3e61726373ef50d3cf5aab4586;hb=f59c9419502287b12a7ae00c5df4113959bd4acf;hpb=0239876511cccc827a1f662b5b4fdfc5d1864996 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);