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

Diff for /src/usr.bin/gzsig/Attic/ssh.c between version 1.1 and 1.2

version 1.1, 2005/05/29 02:41:42 version 1.2, 2005/05/29 09:10:23
Line 53 
Line 53 
   
 #define SSH1_MAGIC              "SSH PRIVATE KEY FILE FORMAT 1.1\n"  #define SSH1_MAGIC              "SSH PRIVATE KEY FILE FORMAT 1.1\n"
   
   extern int sign_passwd_cb(char *, int, int, void *);
   
 struct des3_state {  struct des3_state {
         des_key_schedule        k1, k2, k3;          des_key_schedule        k1, k2, k3;
         des_cblock              iv1, iv2, iv3;          des_cblock              iv1, iv2, iv3;
Line 215 
Line 217 
         BN_CTX *ctx;          BN_CTX *ctx;
         BIGNUM *aux;          BIGNUM *aux;
         MD5_CTX md;          MD5_CTX md;
         char pass[128], prompt[128], comment[BUFSIZ];          char pass[128], comment[BUFSIZ];
         u_char *p, cipher_type, digest[16];          u_char *p, cipher_type, digest[16];
         void *dstate;          void *dstate;
         int i;          int i;

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