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.