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:
e1c279b
)
Missing pointer in the eng_table_register function. Reported by
author
Geoff Thorpe
<geoff@openssl.org>
Mon, 8 Oct 2001 14:44:38 +0000
(14:44 +0000)
committer
Geoff Thorpe
<geoff@openssl.org>
Mon, 8 Oct 2001 14:44:38 +0000
(14:44 +0000)
Martin Szotkowski.
crypto/engine/eng_table.c
patch
|
blob
|
history
diff --git
a/crypto/engine/eng_table.c
b/crypto/engine/eng_table.c
index f3210f4d4c1c03e8c54ecfb98126d3c193dace64..2e00f285d54b7b8ff8fc9c3934780a1d14aeb0dc 100644
(file)
--- a/
crypto/engine/eng_table.c
+++ b/
crypto/engine/eng_table.c
@@
-134,7
+134,7
@@
static int int_table_check(ENGINE_TABLE **t, int create)
/* Privately exposed (via eng_int.h) functions for adding and/or removing
* ENGINEs from the implementation table */
-int engine_table_register(ENGINE_TABLE **table, ENGINE_CLEANUP_CB cleanup,
+int engine_table_register(ENGINE_TABLE **table, ENGINE_CLEANUP_CB
*
cleanup,
ENGINE *e, const int *nids, int num_nids, int setdefault)
{
int ret = 0, added = 0;