=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/chacha.c,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- src/usr.bin/ssh/chacha.c 2013/11/21 00:45:44 1.1 +++ src/usr.bin/ssh/chacha.c 2023/07/17 05:26:38 1.2 @@ -1,3 +1,4 @@ +/* $OpenBSD: chacha.c,v 1.2 2023/07/17 05:26:38 djm Exp $ */ /* chacha-merged.c version 20080118 D. J. Bernstein @@ -5,8 +6,6 @@ */ #include "chacha.h" - -/* $OpenBSD: chacha.c,v 1.1 2013/11/21 00:45:44 djm Exp $ */ typedef unsigned char u8; typedef unsigned int u32;