]> andersk Git - gssapi-openssh.git/blobdiff - openssh/sshconnect2.c
#include <sys/param.h> for MAXHOSTNAMELEN
[gssapi-openssh.git] / openssh / sshconnect2.c
index c6ce8515824a5cb579a4505ee4d84289efc4923d..4a18b0582bc021e231913a3589b6b1a440b3c594 100644 (file)
@@ -139,7 +139,7 @@ ssh_kex2(char *host, struct sockaddr *hostaddr)
        if (options.ciphers != NULL) {
                myproposal[PROPOSAL_ENC_ALGS_CTOS] =
                myproposal[PROPOSAL_ENC_ALGS_STOC] = options.ciphers;
-       }
+       } 
 
        myproposal[PROPOSAL_ENC_ALGS_CTOS] =
            compat_cipher_proposal(myproposal[PROPOSAL_ENC_ALGS_CTOS]);
This page took 0.031262 seconds and 4 git commands to generate.