[BACK]Return to session.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/session.c between version 1.286 and 1.287

version 1.286, 2016/11/30 03:00:05 version 1.287, 2017/05/31 08:09:45
Line 1157 
Line 1157 
   
         /* remove hostkey from the child's memory */          /* remove hostkey from the child's memory */
         destroy_sensitive_data();          destroy_sensitive_data();
           packet_clear_keys();
   
         /* Force a password change */          /* Force a password change */
         if (s->authctxt->force_pwchange) {          if (s->authctxt->force_pwchange) {

Legend:
Removed from v.1.286  
changed lines
  Added in v.1.287