mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-27 15:54:22 +02:00
parent
dd190ddfd7
commit
7a221a1591
@ -1,3 +1,9 @@
|
|||||||
|
20101120
|
||||||
|
- OpenBSD CVS Sync
|
||||||
|
- djm@cvs.openbsd.org 2010/11/05 02:46:47
|
||||||
|
[packet.c]
|
||||||
|
whitespace KNF
|
||||||
|
|
||||||
20101111
|
20101111
|
||||||
- (djm) [servconf.c ssh-add.c ssh-keygen.c] don't look for ECDSA keys on
|
- (djm) [servconf.c ssh-add.c ssh-keygen.c] don't look for ECDSA keys on
|
||||||
platforms that don't support ECC. Fixes some spurious warnings reported
|
platforms that don't support ECC. Fixes some spurious warnings reported
|
||||||
|
9
packet.c
9
packet.c
@ -1,4 +1,4 @@
|
|||||||
/* $OpenBSD: packet.c,v 1.170 2010/08/31 11:54:45 djm Exp $ */
|
/* $OpenBSD: packet.c,v 1.171 2010/11/05 02:46:47 djm Exp $ */
|
||||||
/*
|
/*
|
||||||
* Author: Tatu Ylonen <ylo@cs.hut.fi>
|
* Author: Tatu Ylonen <ylo@cs.hut.fi>
|
||||||
* Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
|
* Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
|
||||||
@ -391,8 +391,8 @@ packet_get_ssh1_cipher(void)
|
|||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
packet_get_state(int mode, u_int32_t *seqnr, u_int64_t *blocks, u_int32_t *packets,
|
packet_get_state(int mode, u_int32_t *seqnr, u_int64_t *blocks,
|
||||||
u_int64_t *bytes)
|
u_int32_t *packets, u_int64_t *bytes)
|
||||||
{
|
{
|
||||||
struct packet_state *state;
|
struct packet_state *state;
|
||||||
|
|
||||||
@ -547,8 +547,7 @@ packet_start_compression(int level)
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
void
|
void
|
||||||
packet_set_encryption_key(const u_char *key, u_int keylen,
|
packet_set_encryption_key(const u_char *key, u_int keylen, int number)
|
||||||
int number)
|
|
||||||
{
|
{
|
||||||
Cipher *cipher = cipher_by_number(number);
|
Cipher *cipher = cipher_by_number(number);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user