diff options
author | Ben Lindstrom <mouring@eviladmin.org> | 2000-11-05 05:42:36 +0000 |
---|---|---|
committer | Ben Lindstrom <mouring@eviladmin.org> | 2000-11-05 05:42:36 +0000 |
commit | f2de06ba2827fda9c737fd39330b53df648e4f04 (patch) | |
tree | f80cf7befa351d596386efce997b8f2cb8b1a9af /rijndael.c | |
parent | 2791cd5254283ac9b245061ed1760b7f83d84137 (diff) | |
download | openssh-git-f2de06ba2827fda9c737fd39330b53df648e4f04.tar.gz |
- (bal) Sync with OpenBSD:
- markus@cvs.openbsd.org 2000/10/31 9:31:58
[compat.c]
handle all old openssh versions
- markus@cvs.openbsd.org 2000/10/31 13:1853
[deattack.c]
so that large packets do not wrap "n"; from netbsd
- (bal) rijndel.c - fix up RCSID to match OpenBSD tree
Diffstat (limited to 'rijndael.c')
-rw-r--r-- | rijndael.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -/* $OpenBSD: rijndael.c,v 1.1 2000/10/13 18:59:14 markus Exp $ */ +/* $OpenBSD: rijndael.c,v 1.2 2000/10/15 14:14:01 markus Exp $ */ /* This is an independent implementation of the encryption algorithm: */ /* */ |