]> andersk Git - gssapi-openssh.git/blobdiff - openssh/packet.c
Update to hpn12v20 from hpn12v18.
[gssapi-openssh.git] / openssh / packet.c
index 36656baf4d08671bf601353b88f77a8b8195f4b0..ff83651e8bcb030014da396e200da9753089ab10 100644 (file)
@@ -1575,8 +1575,8 @@ packet_send_ignore(int nbytes)
                rnd >>= 8;
        }
 }
-int rekey_requested = 0;
 
+int rekey_requested = 0;
 void
 packet_request_rekeying(void)
 {
@@ -1618,3 +1618,9 @@ packet_set_authenticated(void)
 {
        after_authentication = 1;
 }
+
+int
+packet_authentication_state(void)
+{
+       return(after_authentication);
+}
This page took 0.066604 seconds and 4 git commands to generate.