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

Diff for /src/usr.bin/ssh/Attic/key.c between version 1.129 and 1.130

version 1.129, 2015/12/04 16:41:28 version 1.130, 2016/05/02 09:36:42
Line 212 
Line 212 
 {  {
         int r;          int r;
   
         if ((r = sshkey_certify(k, ca)) != 0) {          if ((r = sshkey_certify(k, ca, NULL)) != 0) {
                 fatal_on_fatal_errors(r, __func__, 0);                  fatal_on_fatal_errors(r, __func__, 0);
                 error("%s: %s", __func__, ssh_err(r));                  error("%s: %s", __func__, ssh_err(r));
                 return -1;                  return -1;

Legend:
Removed from v.1.129  
changed lines
  Added in v.1.130