Unless we cast, thorough compilers will complain
authorRichard Levitte <levitte@openssl.org>
Mon, 18 Sep 2000 08:40:55 +0000 (08:40 +0000)
committerRichard Levitte <levitte@openssl.org>
Mon, 18 Sep 2000 08:40:55 +0000 (08:40 +0000)
crypto/dso/dso_vms.c

index d2c06ddafae51bb3386444e66463830506b73bcb..8ff7090129ceab311e244cea023e7b8a5325d839 100644 (file)
@@ -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;
        }