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

Diff for /src/usr.bin/ssh/ssh-pkcs11.c between version 1.42 and 1.43

version 1.42, 2019/02/04 23:37:54 version 1.43, 2019/03/08 17:24:43
Line 1107 
Line 1107 
                         break;                          break;
                 default:                  default:
                         /* XXX print key type? */                          /* XXX print key type? */
                           key = NULL;
                         error("skipping unsupported certificate type");                          error("skipping unsupported certificate type");
                 }                  }
   
Line 1206 
Line 1207 
                         break;                          break;
                 default:                  default:
                         /* XXX print key type? */                          /* XXX print key type? */
                           key = NULL;
                         error("skipping unsupported key type");                          error("skipping unsupported key type");
                 }                  }
   

Legend:
Removed from v.1.42  
changed lines
  Added in v.1.43