mirror of
git://anongit.mindrot.org/openssh.git
synced 2024-11-27 05:46:36 +08:00
remove gratuitious difference from OpenBSD
This commit is contained in:
parent
339c4fc60a
commit
60c2cf22e8
12
packet.c
12
packet.c
@ -2637,12 +2637,6 @@ sshpkt_put_stringb(struct ssh *ssh, const struct sshbuf *v)
|
||||
return sshbuf_put_stringb(ssh->state->outgoing_packet, v);
|
||||
}
|
||||
|
||||
int
|
||||
sshpkt_getb_froms(struct ssh *ssh, struct sshbuf **valp)
|
||||
{
|
||||
return sshbuf_froms(ssh->state->incoming_packet, valp);
|
||||
}
|
||||
|
||||
#ifdef WITH_OPENSSL
|
||||
#ifdef OPENSSL_HAS_ECC
|
||||
int
|
||||
@ -2715,6 +2709,12 @@ sshpkt_get_cstring(struct ssh *ssh, char **valp, size_t *lenp)
|
||||
return sshbuf_get_cstring(ssh->state->incoming_packet, valp, lenp);
|
||||
}
|
||||
|
||||
int
|
||||
sshpkt_getb_froms(struct ssh *ssh, struct sshbuf **valp)
|
||||
{
|
||||
return sshbuf_froms(ssh->state->incoming_packet, valp);
|
||||
}
|
||||
|
||||
#ifdef WITH_OPENSSL
|
||||
#ifdef OPENSSL_HAS_ECC
|
||||
int
|
||||
|
Loading…
Reference in New Issue
Block a user