projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0239876
)
Make the function STORE_new_engine() public.
author
Richard Levitte
<levitte@openssl.org>
Mon, 19 May 2003 23:06:09 +0000
(23:06 +0000)
committer
Richard Levitte
<levitte@openssl.org>
Mon, 19 May 2003 23:06:09 +0000
(23:06 +0000)
crypto/store/store.h
patch
|
blob
|
history
diff --git
a/crypto/store/store.h
b/crypto/store/store.h
index 5dba567c573afa3e61726373ef50d3cf5aab4586..958252a6348b14549ba06126c490bc8bd4473128 100644
(file)
--- 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);