diff options
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/ssh/rijndael.c | 2 | ||||
-rw-r--r-- | usr.bin/ssh/rijndael.h | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/usr.bin/ssh/rijndael.c b/usr.bin/ssh/rijndael.c index b7077a7135e..1478c12237a 100644 --- a/usr.bin/ssh/rijndael.c +++ b/usr.bin/ssh/rijndael.c @@ -1,3 +1,5 @@ +/* $OpenBSD: rijndael.c,v 1.12 2001/09/13 09:48:39 markus Exp $ */ + /** * rijndael-alg-fst.c * diff --git a/usr.bin/ssh/rijndael.h b/usr.bin/ssh/rijndael.h index 242bf9a6671..18a4d805e1e 100644 --- a/usr.bin/ssh/rijndael.h +++ b/usr.bin/ssh/rijndael.h @@ -1,3 +1,5 @@ +/* $OpenBSD: rijndael.h,v 1.11 2001/09/13 09:48:39 markus Exp $ */ + /** * rijndael-alg-fst.h * |