mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-27 15:54:22 +02:00
fix merge both that broke --without-ssh1 compile
This commit is contained in:
parent
111dfb2254
commit
6c2039286f
@ -536,7 +536,6 @@ reaper(void)
|
|||||||
return (deadline - now);
|
return (deadline - now);
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef WITH_SSH1
|
|
||||||
/*
|
/*
|
||||||
* XXX this and the corresponding serialisation function probably belongs
|
* XXX this and the corresponding serialisation function probably belongs
|
||||||
* in key.c
|
* in key.c
|
||||||
@ -579,7 +578,7 @@ agent_decode_rsa1(struct sshbuf *m, struct sshkey **kp)
|
|||||||
sshkey_free(k);
|
sshkey_free(k);
|
||||||
return r;
|
return r;
|
||||||
}
|
}
|
||||||
#endif
|
#endif /* WITH_SSH1 */
|
||||||
|
|
||||||
static void
|
static void
|
||||||
process_add_identity(SocketEntry *e, int version)
|
process_add_identity(SocketEntry *e, int version)
|
||||||
@ -656,7 +655,6 @@ process_add_identity(SocketEntry *e, int version)
|
|||||||
send:
|
send:
|
||||||
send_status(e, success);
|
send_status(e, success);
|
||||||
}
|
}
|
||||||
#endif /* WITH_SSH1 */
|
|
||||||
|
|
||||||
/* XXX todo: encrypt sensitive data with passphrase */
|
/* XXX todo: encrypt sensitive data with passphrase */
|
||||||
static void
|
static void
|
||||||
|
Loading…
x
Reference in New Issue
Block a user