=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/cipher-chachapoly.c,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- src/usr.bin/ssh/cipher-chachapoly.c 2014/07/03 12:42:16 1.6 +++ src/usr.bin/ssh/cipher-chachapoly.c 2015/01/14 10:24:42 1.7 @@ -14,7 +14,7 @@ * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $OpenBSD: cipher-chachapoly.c,v 1.6 2014/07/03 12:42:16 jsing Exp $ */ +/* $OpenBSD: cipher-chachapoly.c,v 1.7 2015/01/14 10:24:42 markus Exp $ */ #include #include /* needed for log.h */ @@ -114,4 +114,3 @@ *plenp = PEEK_U32(buf); return 0; } -