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

Diff for /src/usr.bin/ssh/sshconnect2.c between version 1.231 and 1.232

version 1.231, 2015/12/04 16:41:28 version 1.232, 2015/12/10 17:08:40
Line 1249 
Line 1249 
                         explicit_bzero(passphrase, strlen(passphrase));                          explicit_bzero(passphrase, strlen(passphrase));
                         free(passphrase);                          free(passphrase);
                 }                  }
                 if (comment)                  free(comment);
                         free(comment);  
                 if (private != NULL || quit)                  if (private != NULL || quit)
                         break;                          break;
         }          }

Legend:
Removed from v.1.231  
changed lines
  Added in v.1.232