=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/gzsig/Attic/ssh.c,v retrieving revision 1.1 retrieving revision 1.2 diff -c -r1.1 -r1.2 *** src/usr.bin/gzsig/Attic/ssh.c 2005/05/29 02:41:42 1.1 --- src/usr.bin/gzsig/Attic/ssh.c 2005/05/29 09:10:23 1.2 *************** *** 1,4 **** ! /* $OpenBSD: ssh.c,v 1.1 2005/05/29 02:41:42 marius Exp $ */ /* * ssh.c --- 1,4 ---- ! /* $OpenBSD: ssh.c,v 1.2 2005/05/29 09:10:23 djm Exp $ */ /* * ssh.c *************** *** 53,58 **** --- 53,60 ---- #define SSH1_MAGIC "SSH PRIVATE KEY FILE FORMAT 1.1\n" + extern int sign_passwd_cb(char *, int, int, void *); + struct des3_state { des_key_schedule k1, k2, k3; des_cblock iv1, iv2, iv3; *************** *** 215,221 **** BN_CTX *ctx; BIGNUM *aux; MD5_CTX md; ! char pass[128], prompt[128], comment[BUFSIZ]; u_char *p, cipher_type, digest[16]; void *dstate; int i; --- 217,223 ---- BN_CTX *ctx; BIGNUM *aux; MD5_CTX md; ! char pass[128], comment[BUFSIZ]; u_char *p, cipher_type, digest[16]; void *dstate; int i;