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:
0fbffe7
)
The definition of dynamic_ctrl() should change along with the
author
Richard Levitte
<levitte@openssl.org>
Thu, 26 Jun 2003 07:03:49 +0000
(07:03 +0000)
committer
Richard Levitte
<levitte@openssl.org>
Thu, 26 Jun 2003 07:03:49 +0000
(07:03 +0000)
declaration :-).
crypto/engine/eng_dyn.c
patch
|
blob
|
history
diff --git
a/crypto/engine/eng_dyn.c
b/crypto/engine/eng_dyn.c
index 3a1c200ce47e66659b40357559d4a93ae441e53e..3cb46856cc10d2b848c92ca2aa0dc85da8dc1e91 100644
(file)
--- a/
crypto/engine/eng_dyn.c
+++ b/
crypto/engine/eng_dyn.c
@@
-316,7
+316,7
@@
static int dynamic_finish(ENGINE *e)
return 0;
}
-static int dynamic_ctrl(ENGINE *e, int cmd, long i, void *p, void (*f)())
+static int dynamic_ctrl(ENGINE *e, int cmd, long i, void *p, void (*f)(
void
))
{
dynamic_data_ctx *ctx = dynamic_get_data_ctx(e);
int initialised;