=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/poly1305.c,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- src/usr.bin/ssh/poly1305.c 2013/11/21 00:45:44 1.1 +++ src/usr.bin/ssh/poly1305.c 2013/11/21 02:50:00 1.2 @@ -3,6 +3,8 @@ * poly1305-donna-unrolled.c from https://github.com/floodyberry/poly1305-donna */ +/* $OpenBSD: poly1305.c,v 1.2 2013/11/21 02:50:00 djm Exp $ */ + #include #include