projects
/
openssl.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Unless we cast, thorough compilers will complain
[openssl.git]
/
crypto
/
dso
/
dso_vms.c
diff --git
a/crypto/dso/dso_vms.c
b/crypto/dso/dso_vms.c
index d2c06ddafae51bb3386444e66463830506b73bcb..8ff7090129ceab311e244cea023e7b8a5325d839 100644
(file)
--- a/
crypto/dso/dso_vms.c
+++ b/
crypto/dso/dso_vms.c
@@
-340,7
+340,7
@@
static void *vms_bind_var(DSO *dso, const char *symname)
static DSO_FUNC_TYPE vms_bind_func(DSO *dso, const char *symname)
{
DSO_FUNC_TYPE sym = 0;
static DSO_FUNC_TYPE vms_bind_func(DSO *dso, const char *symname)
{
DSO_FUNC_TYPE sym = 0;
- vms_bind_sym(dso, symname, &sym);
+ vms_bind_sym(dso, symname,
(void **)
&sym);
return sym;
}
return sym;
}