]> andersk Git - gssapi-openssh.git/blobdiff - openssh/clientloop.c
fix compilation warnings in Simon's latest GSSAPI patch
[gssapi-openssh.git] / openssh / clientloop.c
index c516e76a491617cec61e1cc0fe1a6508dd994eb2..afd91c1eaaac5385d1d481868651e5abfea8139c 100644 (file)
@@ -1434,11 +1434,13 @@ client_loop(int have_pty, int escape_char_arg, int ssh2_chan_id)
                if (!rekeying) {
                        channel_after_select(readset, writeset);
 
+#ifdef GSSAPI
                        if (options.gss_renewal_rekey &&
-                           ssh_gssapi_credentials_updated(GSS_C_NO_CONTEXT)) {
+                           ssh_gssapi_credentials_updated((Gssctxt *)GSS_C_NO_CONTEXT)) {
                                debug("credentials updated - forcing rekey");
                                need_rekeying = 1;
                        }
+#endif
 
                        if (need_rekeying || packet_need_rekeying()) {
                                debug("need rekeying");
This page took 0.034096 seconds and 4 git commands to generate.