Commit ef5faeb575c21257347643fb157c6b64f62b6ffe

Guillem Jover 2018-05-20T19:20:33

Update few RCS keyword contents to match BSD originals This will slightly reduce the delta, and makes it easier to compare the sources.

diff --git a/src/chacha_private.h b/src/chacha_private.h
index 5aae8d8..3b4ec93 100644
--- a/src/chacha_private.h
+++ b/src/chacha_private.h
@@ -4,7 +4,7 @@ D. J. Bernstein
 Public domain.
 */
 
-/* $OpenBSD$ */
+/* $OpenBSD: chacha_private.h,v 1.2 2013/10/04 07:02:27 djm Exp $ */
 
 typedef unsigned char u8;
 typedef unsigned int u32;
diff --git a/src/radixsort.c b/src/radixsort.c
index 44d3a58..e03b18d 100644
--- a/src/radixsort.c
+++ b/src/radixsort.c
@@ -1,4 +1,5 @@
-/*     $NetBSD: radixsort.c,v 1.18 2009/08/21 20:49:50 dsl Exp $       */
+/*	$NetBSD: radixsort.c,v 1.18 2009/08/21 20:49:50 dsl Exp $	*/
+
 /*-
  * Copyright (c) 1990, 1993
  *	The Regents of the University of California.  All rights reserved.