Warning C4133 'function': incompatible types - from 'mm_keytype *' to 'u_int32_t * Code change, From if ((r = sshbuf_get_u32(m, &type)) != 0 || To if ((r = sshbuf_get_u32(m, &(u_int32_t)type)) != 0 ||
This was fixed in https://github.com/openssh/openssh-portable/commit/160db17fc678ceb5e3fd4a7e006cc73866f484aaafter 8.5. *** This bug has been marked as a duplicate of bug 3269 ***
closing resolved bugs as of 8.6p1 release