ossp-pkg/uuid/uuid_md5.c 1.5 -> 1.6
--- 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++) {
|
|