[BACK]Return to ssh-rsa.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/ssh-rsa.c between version 1.12 and 1.13

version 1.12, 2001/11/07 22:10:28 version 1.13, 2001/11/10 13:22:42
Line 54 
Line 54 
                 error("ssh_rsa_sign: no RSA key");                  error("ssh_rsa_sign: no RSA key");
                 return -1;                  return -1;
         }          }
         if (datafellows & SSH_BUG_SIGBLOB) {          if (datafellows & SSH_BUG_SIGBLOB) {
                 error("ssh_rsa_sign: SSH_BUG_SIGBLOB not supported");                  error("ssh_rsa_sign: SSH_BUG_SIGBLOB not supported");
                 return -1;                  return -1;
         }          }
Line 128 
Line 128 
                 error("ssh_rsa_verify: no RSA key");                  error("ssh_rsa_verify: no RSA key");
                 return -1;                  return -1;
         }          }
         if (datafellows & SSH_BUG_SIGBLOB) {          if (datafellows & SSH_BUG_SIGBLOB) {
                 error("ssh_rsa_verify: SSH_BUG_SIGBLOB not supported");                  error("ssh_rsa_verify: SSH_BUG_SIGBLOB not supported");
                 return -1;                  return -1;
         }          }

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13