diff options
-rw-r--r-- | ChangeLog | 8 | ||||
-rw-r--r-- | rijndael.c | 2 | ||||
-rw-r--r-- | rijndael.h | 2 |
3 files changed, 11 insertions, 1 deletions
@@ -1,3 +1,9 @@ | |||
1 | 20010914 | ||
2 | - (bal) OpenBSD CVS Sync | ||
3 | - markus@cvs.openbsd.org 2001/09/13 | ||
4 | [rijndael.c rijndael.h] | ||
5 | missing $OpenBSD | ||
6 | |||
1 | 20010913 | 7 | 20010913 |
2 | - (bal) OpenBSD CVS Sync | 8 | - (bal) OpenBSD CVS Sync |
3 | - markus@cvs.openbsd.org 2001/08/23 11:31:59 | 9 | - markus@cvs.openbsd.org 2001/08/23 11:31:59 |
@@ -6416,4 +6422,4 @@ | |||
6416 | - Wrote replacements for strlcpy and mkdtemp | 6422 | - Wrote replacements for strlcpy and mkdtemp |
6417 | - Released 1.0pre1 | 6423 | - Released 1.0pre1 |
6418 | 6424 | ||
6419 | $Id: ChangeLog,v 1.1511 2001/09/14 02:47:33 mouring Exp $ | 6425 | $Id: ChangeLog,v 1.1512 2001/09/14 23:09:29 mouring Exp $ |
diff --git a/rijndael.c b/rijndael.c index b7077a713..1478c1223 100644 --- a/rijndael.c +++ b/rijndael.c | |||
@@ -1,3 +1,5 @@ | |||
1 | /* $OpenBSD: rijndael.c,v 1.12 2001/09/13 09:48:39 markus Exp $ */ | ||
2 | |||
1 | /** | 3 | /** |
2 | * rijndael-alg-fst.c | 4 | * rijndael-alg-fst.c |
3 | * | 5 | * |
diff --git a/rijndael.h b/rijndael.h index 242bf9a66..18a4d805e 100644 --- a/rijndael.h +++ b/rijndael.h | |||
@@ -1,3 +1,5 @@ | |||
1 | /* $OpenBSD: rijndael.h,v 1.11 2001/09/13 09:48:39 markus Exp $ */ | ||
2 | |||
1 | /** | 3 | /** |
2 | * rijndael-alg-fst.h | 4 | * rijndael-alg-fst.h |
3 | * | 5 | * |