Index: ossp-pkg/uuid/uuid_md5.c RCS File: /v/ossp/cvs/ossp-pkg/uuid/Attic/uuid_md5.c,v rcsdiff -q -kk '-r1.5' '-r1.6' -u '/v/ossp/cvs/ossp-pkg/uuid/Attic/uuid_md5.c,v' 2>/dev/null --- uuid_md5.c 2004/01/18 19:22:54 1.5 +++ uuid_md5.c 2004/01/18 19:39:11 1.6 @@ -435,7 +435,7 @@ bufptr = buf; buflen = sizeof(buf); - if ((rc = md5_store(md5, (void **)&bufptr, &buflen)) != MD5_RC_OK) + if ((rc = md5_store(md5, (void **)((void *)&bufptr), &buflen)) != MD5_RC_OK) return rc; for (i = 0; i < (int)buflen; i++) {