diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2000-06-06 06:49:48 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2000-06-06 06:49:48 +0000 |
commit | a3bce2bb43f5bfd7a99de2ec2a95d33551098e00 (patch) | |
tree | 501fcaf1cca5da55e0506e00f5b4a0a9e5d840da | |
parent | 26c9222be3f239ace5b28853a810731be89cb0a8 (diff) |
OpenBSD tags
-rw-r--r-- | sys/crypto/blf.c | 3 | ||||
-rw-r--r-- | sys/crypto/cast.c | 3 | ||||
-rw-r--r-- | sys/crypto/crypto.c | 2 | ||||
-rw-r--r-- | sys/crypto/cryptosoft.c | 2 | ||||
-rw-r--r-- | sys/crypto/rijndael.c | 1 | ||||
-rw-r--r-- | sys/crypto/rmd160.c | 3 | ||||
-rw-r--r-- | sys/crypto/skipjack.c | 2 |
7 files changed, 13 insertions, 3 deletions
diff --git a/sys/crypto/blf.c b/sys/crypto/blf.c index b22c8c9dab9..4e7be1bc592 100644 --- a/sys/crypto/blf.c +++ b/sys/crypto/blf.c @@ -1,4 +1,5 @@ -/* $OpenBSD: blf.c,v 1.1 2000/02/28 23:13:04 deraadt Exp $ */ +/* $OpenBSD: blf.c,v 1.2 2000/06/06 06:49:46 deraadt Exp $ */ + /* * Blowfish block cipher for OpenBSD * Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de> diff --git a/sys/crypto/cast.c b/sys/crypto/cast.c index 9c1804a0ac5..da812a9038e 100644 --- a/sys/crypto/cast.c +++ b/sys/crypto/cast.c @@ -1,4 +1,5 @@ -/* $OpenBSD: cast.c,v 1.1 2000/02/28 23:13:04 deraadt Exp $ */ +/* $OpenBSD: cast.c,v 1.2 2000/06/06 06:49:47 deraadt Exp $ */ + /* * CAST-128 in C * Written by Steve Reid <sreid@sea-to-sky.net> diff --git a/sys/crypto/crypto.c b/sys/crypto/crypto.c index 890a15c65dc..a88d56b300f 100644 --- a/sys/crypto/crypto.c +++ b/sys/crypto/crypto.c @@ -1,3 +1,5 @@ +/* $OpenBSD: crypto.c,v 1.7 2000/06/06 06:49:47 deraadt Exp $ */ + /* * The author of this code is Angelos D. Keromytis (angelos@cis.upenn.edu) * diff --git a/sys/crypto/cryptosoft.c b/sys/crypto/cryptosoft.c index 29687a14855..0652f29e434 100644 --- a/sys/crypto/cryptosoft.c +++ b/sys/crypto/cryptosoft.c @@ -1,3 +1,5 @@ +/* $OpenBSD: cryptosoft.c,v 1.9 2000/06/06 06:49:47 deraadt Exp $ */ + /* * The author of this code is Angelos D. Keromytis (angelos@cis.upenn.edu) * diff --git a/sys/crypto/rijndael.c b/sys/crypto/rijndael.c index 242cba31d57..5dccdfa8bba 100644 --- a/sys/crypto/rijndael.c +++ b/sys/crypto/rijndael.c @@ -1,3 +1,4 @@ +/* $OpenBSD: rijndael.c,v 1.2 2000/06/06 06:49:47 deraadt Exp $ */ /* This is an independent implementation of the encryption algorithm: */ /* */ diff --git a/sys/crypto/rmd160.c b/sys/crypto/rmd160.c index 822718432f2..c961c08a435 100644 --- a/sys/crypto/rmd160.c +++ b/sys/crypto/rmd160.c @@ -1,4 +1,5 @@ -/* $OpenBSD: rmd160.c,v 1.1 2000/02/28 23:13:05 deraadt Exp $ */ +/* $OpenBSD: rmd160.c,v 1.2 2000/06/06 06:49:47 deraadt Exp $ */ + /********************************************************************\ * * FILE: rmd160.c diff --git a/sys/crypto/skipjack.c b/sys/crypto/skipjack.c index 6f7b277d46d..3afe824b30d 100644 --- a/sys/crypto/skipjack.c +++ b/sys/crypto/skipjack.c @@ -1,3 +1,5 @@ +/* $OpenBSD: skipjack.c,v 1.2 2000/06/06 06:49:47 deraadt Exp $ */ + /* * Further optimized test implementation of SKIPJACK algorithm * Mark Tillotson <markt@chaos.org.uk>, 25 June 98
|