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

Diff for /src/usr.bin/ssh/sshkey.c between version 1.40 and 1.41

version 1.40, 2016/10/04 21:34:40 version 1.41, 2016/10/24 01:09:17
Line 492 
Line 492 
         default:          default:
                 free(k);                  free(k);
                 return NULL;                  return NULL;
                 break;  
         }          }
   
         if (sshkey_is_cert(k)) {          if (sshkey_is_cert(k)) {

Legend:
Removed from v.1.40  
changed lines
  Added in v.1.41