From 01ab4a25c84cdfba15c1c781ef93d24285d76eb5 Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Thu, 28 Oct 1999 15:23:30 +1000 Subject: Merged latest OpenBSD changes. --- ssh.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'ssh.c') diff --git a/ssh.c b/ssh.c index 6846267e..ed4ceaf4 100644 --- a/ssh.c +++ b/ssh.c @@ -18,7 +18,7 @@ Modified to work with SSL by Niels Provos in Canada. */ #include "includes.h" -RCSID("$Id: ssh.c,v 1.2 1999/10/28 03:25:17 damien Exp $"); +RCSID("$Id: ssh.c,v 1.3 1999/10/28 05:23:30 damien Exp $"); #include "xmalloc.h" #include "ssh.h" @@ -158,8 +158,6 @@ rsh_connect(char *host, char *user, Buffer *command) /* Main program for the ssh client. */ -uid_t original_real_uid; - int main(int ac, char **av) { -- cgit v1.2.3