[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.8 and 1.9

version 1.8, 2018/07/03 11:39:54 version 1.9, 2019/12/30 09:24:45
Line 141 
Line 141 
                 return "number is too large";                  return "number is too large";
         case SSH_ERR_SIGN_ALG_UNSUPPORTED:          case SSH_ERR_SIGN_ALG_UNSUPPORTED:
                 return "signature algorithm not supported";                  return "signature algorithm not supported";
           case SSH_ERR_FEATURE_UNSUPPORTED:
                   return "requested feature not supported";
         default:          default:
                 return "unknown error";                  return "unknown error";
         }          }

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9