]> andersk Git - openssh.git/blobdiff - ssh.c
- (djm) Clean up. Strip some unnecessary differences with OpenBSD's code,
[openssh.git] / ssh.c
diff --git a/ssh.c b/ssh.c
index 33eac930d76746a93c8441dc42de0a0493878cdd..5a69115e7cb93b54ce9b551ce38415c5b2bb5a46 100644 (file)
--- a/ssh.c
+++ b/ssh.c
@@ -485,11 +485,11 @@ main(int ac, char **av)
        if (!host)
                usage();
 
+       SSLeay_add_all_algorithms();
+
        /* Initialize the command to execute on remote host. */
        buffer_init(&command);
 
-       SSLeay_add_all_algorithms();
-
        /*
         * Save the command to execute on the remote host in a buffer. There
         * is no limit on the length of the command, except by the maximum
This page took 0.070909 seconds and 4 git commands to generate.