=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/signify/signify.c,v retrieving revision 1.129 retrieving revision 1.130 diff -c -r1.129 -r1.130 *** src/usr.bin/signify/signify.c 2019/01/17 05:31:28 1.129 --- src/usr.bin/signify/signify.c 2019/01/17 05:40:10 1.130 *************** *** 1,4 **** ! /* $OpenBSD: signify.c,v 1.129 2019/01/17 05:31:28 tedu Exp $ */ /* * Copyright (c) 2013 Ted Unangst * --- 1,4 ---- ! /* $OpenBSD: signify.c,v 1.130 2019/01/17 05:40:10 tedu Exp $ */ /* * Copyright (c) 2013 Ted Unangst * *************** *** 142,148 **** errx(1, "missing new line after base64 in %s", filename); *b64end = '\0'; if (b64_pton(commentend + 1, buf, buflen) != buflen) ! errx(1, "invalid base64 encoding in %s", filename); if (memcmp(buf, PKALG, 2) != 0) errx(1, "unsupported file %s", filename); return b64end - b64 + 1; --- 142,148 ---- errx(1, "missing new line after base64 in %s", filename); *b64end = '\0'; if (b64_pton(commentend + 1, buf, buflen) != buflen) ! errx(1, "unable to parse %s", filename); if (memcmp(buf, PKALG, 2) != 0) errx(1, "unsupported file %s", filename); return b64end - b64 + 1;