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:
362f2b6
)
Unless we cast, thorough compilers will complain
author
Richard Levitte
<levitte@openssl.org>
Mon, 18 Sep 2000 08:40:55 +0000
(08:40 +0000)
committer
Richard Levitte
<levitte@openssl.org>
Mon, 18 Sep 2000 08:40:55 +0000
(08:40 +0000)
crypto/dso/dso_vms.c
patch
|
blob
|
history
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;
- vms_bind_sym(dso, symname, &sym);
+ vms_bind_sym(dso, symname,
(void **)
&sym);
return sym;
}