diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 1999-01-21 00:55:32 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 1999-01-21 00:55:32 +0000 |
commit | 2e61cbb7f50878e738849ea4384118c13733f09c (patch) | |
tree | e87cf98a8f654158f3ba922ed4d31607b79c4944 /lib/libmd | |
parent | 76b5366091f76c9bc73570149ef5055648fc2c39 (diff) |
Diffstat (limited to 'lib/libmd')
-rw-r--r-- | lib/libmd/Makefile | 2 | ||||
-rw-r--r-- | lib/libmd/md2.copyright | 2 | ||||
-rw-r--r-- | lib/libmd/md2.h | 2 | ||||
-rw-r--r-- | lib/libmd/md2c.c | 2 | ||||
-rw-r--r-- | lib/libmd/md4.copyright | 2 | ||||
-rw-r--r-- | lib/libmd/md4.h | 2 | ||||
-rw-r--r-- | lib/libmd/md4c.c | 2 | ||||
-rw-r--r-- | lib/libmd/md5.copyright | 2 | ||||
-rw-r--r-- | lib/libmd/md5c.c | 2 | ||||
-rw-r--r-- | lib/libmd/mdX.3 | 2 | ||||
-rw-r--r-- | lib/libmd/mdXhl.c | 2 | ||||
-rw-r--r-- | lib/libmd/mddriver.c | 2 |
12 files changed, 12 insertions, 12 deletions
diff --git a/lib/libmd/Makefile b/lib/libmd/Makefile index 842f801b8ea0e..346e3fce5d375 100644 --- a/lib/libmd/Makefile +++ b/lib/libmd/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.26 1998/08/30 01:50:04 jb Exp $ +# $Id: Makefile,v 1.27 1998/09/11 05:41:29 imp Exp $ LIB= md .if ${OBJFORMAT} != elf diff --git a/lib/libmd/md2.copyright b/lib/libmd/md2.copyright index 5f04560251085..b6b179dd3e937 100644 --- a/lib/libmd/md2.copyright +++ b/lib/libmd/md2.copyright @@ -1,4 +1,4 @@ -.\" $Id$ +.\" $Id: md2.copyright,v 1.4 1997/02/22 15:07:11 peter Exp $ Copyright (C) 1990-2, RSA Data Security, Inc. Created 1990. All rights reserved. .Pp diff --git a/lib/libmd/md2.h b/lib/libmd/md2.h index 9c1ac5d269ccf..6e3613331eaed 100644 --- a/lib/libmd/md2.h +++ b/lib/libmd/md2.h @@ -1,5 +1,5 @@ /* MD2.H - header file for MD2C.C - * $Id: md2.h,v 1.6 1997/08/25 05:24:24 joerg Exp $ + * $Id: md2.h,v 1.7 1998/03/27 10:21:42 phk Exp $ */ /* Copyright (C) 1990-2, RSA Data Security, Inc. Created 1990. All diff --git a/lib/libmd/md2c.c b/lib/libmd/md2c.c index 561337a87ea90..8b79c7f82bd6a 100644 --- a/lib/libmd/md2c.c +++ b/lib/libmd/md2c.c @@ -1,5 +1,5 @@ /* MD2C.C - RSA Data Security, Inc., MD2 message-digest algorithm - * $Id: md2c.c,v 1.5 1997/02/22 15:07:15 peter Exp $ + * $Id: md2c.c,v 1.6 1998/03/27 10:21:47 phk Exp $ */ /* Copyright (C) 1990-2, RSA Data Security, Inc. Created 1990. All diff --git a/lib/libmd/md4.copyright b/lib/libmd/md4.copyright index df93ad0a9347c..70fb36e885881 100644 --- a/lib/libmd/md4.copyright +++ b/lib/libmd/md4.copyright @@ -1,4 +1,4 @@ -.\" $Id$ +.\" $Id: md4.copyright,v 1.4 1997/02/22 15:07:16 peter Exp $ Copyright (C) 1991-2, RSA Data Security, Inc. Created 1991. All rights reserved. .Pp diff --git a/lib/libmd/md4.h b/lib/libmd/md4.h index cee0e4a6b10fe..6eda3515fa7d3 100644 --- a/lib/libmd/md4.h +++ b/lib/libmd/md4.h @@ -1,5 +1,5 @@ /* MD4.H - header file for MD4C.C - * $Id: md4.h,v 1.7 1997/08/25 05:24:24 joerg Exp $ + * $Id: md4.h,v 1.8 1998/03/27 10:21:52 phk Exp $ */ /* Copyright (C) 1991-2, RSA Data Security, Inc. Created 1991. All diff --git a/lib/libmd/md4c.c b/lib/libmd/md4c.c index 71c3af7ffd7a4..68587848e5f23 100644 --- a/lib/libmd/md4c.c +++ b/lib/libmd/md4c.c @@ -1,5 +1,5 @@ /* MD4C.C - RSA Data Security, Inc., MD4 message-digest algorithm - * $Id: md4c.c,v 1.5 1997/02/22 15:07:19 peter Exp $ + * $Id: md4c.c,v 1.6 1998/03/27 10:21:56 phk Exp $ */ /* Copyright (C) 1990-2, RSA Data Security, Inc. All rights reserved. diff --git a/lib/libmd/md5.copyright b/lib/libmd/md5.copyright index c37746f4501eb..e88b4a58fcb47 100644 --- a/lib/libmd/md5.copyright +++ b/lib/libmd/md5.copyright @@ -1,4 +1,4 @@ -.\" $Id$ +.\" $Id: md5.copyright,v 1.4 1997/02/22 15:07:20 peter Exp $ Copyright (C) 1991-2, RSA Data Security, Inc. Created 1991. All rights reserved. .Pp diff --git a/lib/libmd/md5c.c b/lib/libmd/md5c.c index c1fdc6d864f28..ef1e95c621736 100644 --- a/lib/libmd/md5c.c +++ b/lib/libmd/md5c.c @@ -22,7 +22,7 @@ * These notices must be retained in any copies of any part of this * documentation and/or software. * - * $Id: md5c.c,v 1.10 1997/10/21 13:28:36 phk Exp $ + * $Id: md5c.c,v 1.9 1998/03/27 10:22:01 phk Exp $ * * This code is the same as the code published by RSA Inc. It has been * edited for clarity and style only. diff --git a/lib/libmd/mdX.3 b/lib/libmd/mdX.3 index 21e4d45875e24..93b91e9dc7d13 100644 --- a/lib/libmd/mdX.3 +++ b/lib/libmd/mdX.3 @@ -6,7 +6,7 @@ .\" this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp .\" ---------------------------------------------------------------------------- .\" -.\" $Id: mdX.3,v 1.12 1998/03/19 07:34:12 charnier Exp $ +.\" $Id: mdX.3,v 1.13 1998/03/27 10:22:07 phk Exp $ .\" .Dd October 9, 1996 .Dt MDX 3 diff --git a/lib/libmd/mdXhl.c b/lib/libmd/mdXhl.c index 460d27ee5ea29..1a7626adc9a32 100644 --- a/lib/libmd/mdXhl.c +++ b/lib/libmd/mdXhl.c @@ -6,7 +6,7 @@ * this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp * ---------------------------------------------------------------------------- * - * $Id: mdXhl.c,v 1.10 1997/02/22 15:07:23 peter Exp $ + * $Id: mdXhl.c,v 1.11 1997/08/25 05:24:25 joerg Exp $ * */ diff --git a/lib/libmd/mddriver.c b/lib/libmd/mddriver.c index 82a4757f76243..c7c39981d8d88 100644 --- a/lib/libmd/mddriver.c +++ b/lib/libmd/mddriver.c @@ -1,5 +1,5 @@ /* MDDRIVER.C - test driver for MD2, MD4 and MD5 - * $Id: mddriver.c,v 1.3 1997/02/22 15:07:24 peter Exp $ + * $Id: mddriver.c,v 1.4 1997/08/25 05:24:26 joerg Exp $ */ /* Copyright (C) 1990-2, RSA Data Security, Inc. Created 1990. All |