[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.1 and 1.2

version 1.1, 2014/04/30 05:29:56 version 1.2, 2015/01/28 21:15:47
Line 73 
Line 73 
 #define SSH_ERR_BUFFER_READ_ONLY                -49  #define SSH_ERR_BUFFER_READ_ONLY                -49
 #define SSH_ERR_KRL_BAD_MAGIC                   -50  #define SSH_ERR_KRL_BAD_MAGIC                   -50
 #define SSH_ERR_KEY_REVOKED                     -51  #define SSH_ERR_KEY_REVOKED                     -51
   #define SSH_ERR_CONN_CLOSED                     -52
   #define SSH_ERR_CONN_TIMEOUT                    -53
   
 /* 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.1  
changed lines
  Added in v.1.2