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

Diff for /src/usr.bin/ssh/ssherr.h between version 1.2 and 1.3

version 1.2, 2015/01/28 21:15:47 version 1.3, 2015/01/30 01:13:33
Line 75 
Line 75 
 #define SSH_ERR_KEY_REVOKED                     -51  #define SSH_ERR_KEY_REVOKED                     -51
 #define SSH_ERR_CONN_CLOSED                     -52  #define SSH_ERR_CONN_CLOSED                     -52
 #define SSH_ERR_CONN_TIMEOUT                    -53  #define SSH_ERR_CONN_TIMEOUT                    -53
   #define SSH_ERR_CONN_CORRUPT                    -54
   #define SSH_ERR_PROTOCOL_ERROR                  -55
   
 /* Translate a numeric error code to a human-readable error string */  /* Translate a numeric error code to a human-readable error string */
 const char *ssh_err(int n);  const char *ssh_err(int n);

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