aboutsummaryrefslogtreecommitdiff
path: root/include/libbb.h
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2017-01-24 18:08:07 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2017-01-24 18:08:07 +0100
commit89193f985bf50af702e0f98a3c86573277c03287 (patch)
treee04c0a8f56e868bb599fa92de4c015d95da9ddbc /include/libbb.h
parent1500b3a50d587adeca7be96b36394f23f2d80a82 (diff)
downloadbusybox-89193f985bf50af702e0f98a3c86573277c03287.tar.gz
tls: can download kernels now :)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'include/libbb.h')
-rw-r--r--include/libbb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libbb.h b/include/libbb.h
index b1ceb3278..8c652e2d7 100644
--- a/include/libbb.h
+++ b/include/libbb.h
@@ -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;