MSGBUF_SIZE
char buf[MSGBUF_SIZE];
while ((plainlen = MBLKL(mp)) > MSGBUF_SIZE) {
outlen = MSGBUF_SIZE;