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

Diff for /src/usr.bin/ssh/ssh-sk.c between version 1.27 and 1.28

version 1.27, 2020/02/06 22:30:54 version 1.28, 2020/02/28 01:06:05
Line 94 
Line 94 
         struct sshsk_provider *ret = NULL;          struct sshsk_provider *ret = NULL;
         uint32_t version;          uint32_t version;
   
           if (path == NULL || *path == '\0') {
                   error("No FIDO SecurityKeyProvider specified");
                   return NULL;
           }
         if ((ret = calloc(1, sizeof(*ret))) == NULL) {          if ((ret = calloc(1, sizeof(*ret))) == NULL) {
                 error("%s: calloc failed", __func__);                  error("%s: calloc failed", __func__);
                 return NULL;                  return NULL;

Legend:
Removed from v.1.27  
changed lines
  Added in v.1.28