Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/crypto/blowfish Add missing RCS ID.



details:   https://anonhg.NetBSD.org/src/rev/f83686fe2357
branches:  trunk
changeset: 551017:f83686fe2357
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Wed Aug 27 14:49:44 2003 +0000

description:
Add missing RCS ID.

diffstat:

 sys/crypto/blowfish/bf_enc.c |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r fbe35fb647c3 -r f83686fe2357 sys/crypto/blowfish/bf_enc.c
--- a/sys/crypto/blowfish/bf_enc.c      Wed Aug 27 14:27:12 2003 +0000
+++ b/sys/crypto/blowfish/bf_enc.c      Wed Aug 27 14:49:44 2003 +0000
@@ -1,3 +1,5 @@
+/*     $NetBSD: bf_enc.c,v 1.9 2003/08/27 14:49:44 thorpej Exp $       */
+
 /* crypto/bf/bf_enc.c */
 /* Copyright (C) 1995-1998 Eric Young (eay%cryptsoft.com@localhost)
  * All rights reserved.
@@ -57,7 +59,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: bf_enc.c,v 1.8 2003/08/27 12:17:18 tron Exp $");
+__KERNEL_RCSID(0, "$NetBSD: bf_enc.c,v 1.9 2003/08/27 14:49:44 thorpej Exp $");
 
 #include <sys/types.h>
 #include <crypto/blowfish/blowfish.h>



Home | Main Index | Thread Index | Old Index