[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.3 and 1.4

version 1.3, 2015/01/30 01:13:33 version 1.4, 2017/05/07 23:15:59
Line 77 
Line 77 
 #define SSH_ERR_CONN_TIMEOUT                    -53  #define SSH_ERR_CONN_TIMEOUT                    -53
 #define SSH_ERR_CONN_CORRUPT                    -54  #define SSH_ERR_CONN_CORRUPT                    -54
 #define SSH_ERR_PROTOCOL_ERROR                  -55  #define SSH_ERR_PROTOCOL_ERROR                  -55
   #define SSH_ERR_KEY_LENGTH                      -56
   
 /* 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.3  
changed lines
  Added in v.1.4