[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.7 and 1.8

version 1.7, 2019/12/30 09:24:45 version 1.8, 2020/01/25 23:13:09
Line 81 
Line 81 
 #define SSH_ERR_NUMBER_TOO_LARGE                -57  #define SSH_ERR_NUMBER_TOO_LARGE                -57
 #define SSH_ERR_SIGN_ALG_UNSUPPORTED            -58  #define SSH_ERR_SIGN_ALG_UNSUPPORTED            -58
 #define SSH_ERR_FEATURE_UNSUPPORTED             -59  #define SSH_ERR_FEATURE_UNSUPPORTED             -59
   #define SSH_ERR_DEVICE_NOT_FOUND                -60
   
 /* 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.7  
changed lines
  Added in v.1.8