tls: can download kernels now :)

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Denys Vlasenko
2017-01-24 18:08:07 +01:00
parent 1500b3a50d
commit 89193f985b
2 changed files with 122 additions and 54 deletions

View File

@ -721,7 +721,7 @@ typedef struct tls_state {
int ofd;
int ifd;
int min_encrypted_len_on_read;
unsigned min_encrypted_len_on_read;
uint16_t cipher_id;
uint8_t encrypt_on_write;
unsigned MAC_size;