mirror of
https://github.com/openssl/openssl.git
synced 2025-01-30 14:01:55 +08:00
Make the function STORE_new_engine() public.
This commit is contained in:
parent
0239876511
commit
f59c941950
@ -84,6 +84,7 @@ typedef struct store_method_st STORE_METHOD;
|
|||||||
|
|
||||||
/* Creators and destructor. */
|
/* Creators and destructor. */
|
||||||
STORE *STORE_new_method(const STORE_METHOD *method);
|
STORE *STORE_new_method(const STORE_METHOD *method);
|
||||||
|
STORE *STORE_new_engine(ENGINE *engine);
|
||||||
void STORE_free(STORE *ui);
|
void STORE_free(STORE *ui);
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user