summaryrefslogtreecommitdiffstats
path: root/crypto/store
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/store')
-rw-r--r--crypto/store/store.h1
1 files changed, 1 insertions, 0 deletions
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);