END_SIGNATURE
if ((r = sshbuf_find(sbuf, 0, "\n" END_SIGNATURE,
sizeof(END_SIGNATURE), &eoffset)) != 0) {
if ((r = sshbuf_put(buf, END_SIGNATURE,
sizeof(END_SIGNATURE)-1)) != 0 ||