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

Diff for /src/usr.bin/ssh/ssherr.c between version 1.3 and 1.4

version 1.3, 2015/01/30 01:13:33 version 1.4, 2015/02/16 22:13:32
Line 121 
Line 121 
                 return "agent not present";                  return "agent not present";
         case SSH_ERR_AGENT_NO_IDENTITIES:          case SSH_ERR_AGENT_NO_IDENTITIES:
                 return "agent contains no identities";                  return "agent contains no identities";
           case SSH_ERR_BUFFER_READ_ONLY:
                   return "internal error: buffer is read-only";
         case SSH_ERR_KRL_BAD_MAGIC:          case SSH_ERR_KRL_BAD_MAGIC:
                 return "KRL file has invalid magic number";                  return "KRL file has invalid magic number";
         case SSH_ERR_KEY_REVOKED:          case SSH_ERR_KEY_REVOKED:

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4