summaryrefslogtreecommitdiff
path: root/ssh.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2000-09-29 12:12:36 +1100
committerDamien Miller <djm@mindrot.org>2000-09-29 12:12:36 +1100
commitcb5e44a440c1b310a9dc5b8b5abe32fe11ed479b (patch)
treee71546529e0058787f555ebf3c2fc03ad826bb89 /ssh.c
parent280e71bcb631d205fec33b1dd695263e2696a3f1 (diff)
- (djm) Clean up. Strip some unnecessary differences with OpenBSD's code,
tidy necessary differences. Use Markus' new debugN() in entropy.c
Diffstat (limited to 'ssh.c')
-rw-r--r--ssh.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ssh.c b/ssh.c
index 33eac930d..5a69115e7 100644
--- a/ssh.c
+++ b/ssh.c
@@ -485,11 +485,11 @@ main(int ac, char **av)
485 if (!host) 485 if (!host)
486 usage(); 486 usage();
487 487
488 SSLeay_add_all_algorithms();
489
488 /* Initialize the command to execute on remote host. */ 490 /* Initialize the command to execute on remote host. */
489 buffer_init(&command); 491 buffer_init(&command);
490 492
491 SSLeay_add_all_algorithms();
492
493 /* 493 /*
494 * Save the command to execute on the remote host in a buffer. There 494 * Save the command to execute on the remote host in a buffer. There
495 * is no limit on the length of the command, except by the maximum 495 * is no limit on the length of the command, except by the maximum