diff options
author | Damien Miller <djm@mindrot.org> | 1999-10-27 13:42:43 +1000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 1999-10-27 13:42:43 +1000 |
commit | bca9c66a906e3de0df1067ca95f6880d8aa4a8f5 (patch) | |
tree | 298d181b279213e819eeb45240dda0605e41f78a /sshconnect.c | |
parent | d4a8b7e34dd619a4debf9a206c81db26d1402ea6 (diff) | |
download | openssh-git-IBS.tar.gz |
Import of patched OpenBSD OpenSSHV_1_2_PRE3IBS
Diffstat (limited to 'sshconnect.c')
-rw-r--r-- | sshconnect.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sshconnect.c b/sshconnect.c index 3437b04c..17b09d5f 100644 --- a/sshconnect.c +++ b/sshconnect.c @@ -15,7 +15,7 @@ login (authentication) dialog. */ #include "includes.h" -RCSID("$Id: sshconnect.c,v 1.1 1999/10/27 03:42:45 damien Exp $"); +RCSID("$Id: sshconnect.c,v 1.1.1.1 1999/10/27 03:42:45 damien Exp $"); #include <openssl/bn.h> #include "xmalloc.h" |