summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorMarkus Friedl <markus@cvs.openbsd.org>2000-05-31 09:20:39 +0000
committerMarkus Friedl <markus@cvs.openbsd.org>2000-05-31 09:20:39 +0000
commit10a90ef012f2a75b4e8085f871d317bd922c7416 (patch)
treeb2bda0bb317ac3bbac1e76f91c58514403c2a918 /usr.bin
parent6942e2d62872c64d0af8c212ffb80229e6573a2f (diff)
typo, unused
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/ssh/readconf.c4
-rw-r--r--usr.bin/ssh/sshconnect2.c3
2 files changed, 3 insertions, 4 deletions
diff --git a/usr.bin/ssh/readconf.c b/usr.bin/ssh/readconf.c
index 527e7951fbf..005afd617a2 100644
--- a/usr.bin/ssh/readconf.c
+++ b/usr.bin/ssh/readconf.c
@@ -14,7 +14,7 @@
*/
#include "includes.h"
-RCSID("$Id: readconf.c,v 1.34 2000/05/31 06:36:40 markus Exp $");
+RCSID("$Id: readconf.c,v 1.35 2000/05/31 09:20:38 markus Exp $");
#include "ssh.h"
#include "cipher.h"
@@ -708,7 +708,7 @@ fill_default_options(Options * options)
options->forward_x11 = 0;
#ifdef XAUTH_PATH
if (options->xauth_location == NULL)
- options->xauth_location == XAUTH_PATH;
+ options->xauth_location = XAUTH_PATH;
#endif /* XAUTH_PATH */
if (options->gateway_ports == -1)
options->gateway_ports = 0;
diff --git a/usr.bin/ssh/sshconnect2.c b/usr.bin/ssh/sshconnect2.c
index 0abcf89a0a0..321966bab8d 100644
--- a/usr.bin/ssh/sshconnect2.c
+++ b/usr.bin/ssh/sshconnect2.c
@@ -28,7 +28,7 @@
*/
#include "includes.h"
-RCSID("$OpenBSD: sshconnect2.c,v 1.11 2000/05/25 20:45:20 markus Exp $");
+RCSID("$OpenBSD: sshconnect2.c,v 1.12 2000/05/31 09:20:38 markus Exp $");
#include <openssl/bn.h>
#include <openssl/rsa.h>
@@ -71,7 +71,6 @@ void
ssh_kex_dh(Kex *kex, char *host, struct sockaddr *hostaddr,
Buffer *client_kexinit, Buffer *server_kexinit)
{
- int i;
int plen, dlen;
unsigned int klen, kout;
char *signature = NULL;