[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.2 and 1.3

version 1.2, 2000/12/19 23:17:58 version 1.3, 2001/01/06 11:23:27
Line 37 
Line 37 
   
 #include "key.h"  #include "key.h"
   
 #define INTBLOB_LEN     20  
 #define SIGBLOB_LEN     (2*INTBLOB_LEN)  
   
 /* RSASSA-PKCS1-v1_5 (PKCS #1 v2.0 signature) with SHA1 */  /* RSASSA-PKCS1-v1_5 (PKCS #1 v2.0 signature) with SHA1 */
 int  int
 ssh_rsa_sign(  ssh_rsa_sign(

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3