diff options
author | Damien Miller <djm@mindrot.org> | 2003-05-14 13:40:06 +1000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2003-05-14 13:40:06 +1000 |
commit | d558092522153caa627e33e4a76c6f64332bc609 (patch) | |
tree | 78618b9f2e8464d130d14739ee14b7786706934f /auth-rh-rsa.c | |
parent | 1a27a1ee8c0ddd6f390feade92259c001f36530f (diff) | |
download | openssh-git-d558092522153caa627e33e4a76c6f64332bc609.tar.gz |
- (djm) RCSID sync w/ OpenBSD
Diffstat (limited to 'auth-rh-rsa.c')
-rw-r--r-- | auth-rh-rsa.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/auth-rh-rsa.c b/auth-rh-rsa.c index 8675de58..4d6f0d23 100644 --- a/auth-rh-rsa.c +++ b/auth-rh-rsa.c @@ -13,7 +13,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: auth-rh-rsa.c,v 1.34 2002/03/25 09:25:06 markus Exp $"); +RCSID("$OpenBSD: auth-rh-rsa.c,v 1.35 2003/04/08 20:21:28 itojun Exp $"); #include "packet.h" #include "uidswap.h" |