diff options
author | Ben Lindstrom <mouring@eviladmin.org> | 2000-12-29 17:50:13 +0100 |
---|---|---|
committer | Ben Lindstrom <mouring@eviladmin.org> | 2000-12-29 17:50:13 +0100 |
commit | 2941f119e61091b94e11754e8b28398645cb9fa1 (patch) | |
tree | bcffb50953c457d0a60ba560a8a5774fefa60002 /uidswap.c | |
parent | - (stevesk) compress.[ch] sync with openbsd; missed in prototype (diff) | |
download | openssh-2941f119e61091b94e11754e8b28398645cb9fa1.tar.xz openssh-2941f119e61091b94e11754e8b28398645cb9fa1.zip |
20001230
- (bal) OpenBSD CVS Update
- markus@cvs.openbsd.org 2000/12/28 18:58:30
[ssh-keygen.c]
enable 'ssh-keygen -l -f ~/.ssh/{authorized_keys,known_hosts}{,2}
- (bal) Resynced CVS ID with OpenBSD for channel.c and uidswap.c
Diffstat (limited to '')
-rw-r--r-- | uidswap.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: uidswap.c,v 1.11 2000/12/20 19:37:22 markus Exp $"); +RCSID("$OpenBSD: uidswap.c,v 1.12 2000/12/29 10:48:56 markus Exp $"); #include "ssh.h" #include "uidswap.h" |