aboutsummaryrefslogtreecommitdiffstats
path: root/cipher/idea-stub.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--cipher/idea-stub.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cipher/idea-stub.c b/cipher/idea-stub.c
index fc19baeed..55b5cb506 100644
--- a/cipher/idea-stub.c
+++ b/cipher/idea-stub.c
@@ -138,7 +138,7 @@ load_module (const char *name)
if ((err=dlerror()))
goto failure;
- return sym;
+ return (INFO_FNC)sym;
failure:
log_info ("invalid module `%s': %s\n", name?name:"???", err?err:"???");