]> andersk Git - gssapi-openssh.git/blobdiff - openssh/sshconnect2.c
Tweak CPPFLAGS in patch configure.ac (not GPT version) to fix build
[gssapi-openssh.git] / openssh / sshconnect2.c
index 16401c63f1fdc0df0f8b77f78124430d1e0471aa..42aadb15971e34e3adc6a2d0dcbe6a3de45f7f4d 100644 (file)
@@ -73,7 +73,6 @@
 extern char *client_version_string;
 extern char *server_version_string;
 extern Options options;
-extern Kex *xxx_kex;
 
 /* tty_flag is set in ssh.c. use this in ssh_userauth2 */
 /* if it is set then prevent the switch to the null cipher */
@@ -140,8 +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]);
        myproposal[PROPOSAL_ENC_ALGS_STOC] =
This page took 0.046532 seconds and 4 git commands to generate.