diff options
author | Denys Vlasenko | 2018-11-25 14:45:55 +0100 |
---|---|---|
committer | Denys Vlasenko | 2018-11-25 14:45:55 +0100 |
commit | eb53d01be54caf0208e4006c089d7841fe4a0f57 (patch) | |
tree | ea71c60693be2bd394b55860a9beff51d7228815 /include/libbb.h | |
parent | a33b0082408a2c9b2b45db205aca41393ba826a2 (diff) | |
download | busybox-eb53d01be54caf0208e4006c089d7841fe4a0f57.zip busybox-eb53d01be54caf0208e4006c089d7841fe4a0f57.tar.gz |
tls: code shrink
function old new delta
xwrite_and_update_handshake_hash 81 80 -1
tls_handshake 1987 1957 -30
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'include/libbb.h')
-rw-r--r-- | include/libbb.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/libbb.h b/include/libbb.h index 883457c..ebd090e 100644 --- a/include/libbb.h +++ b/include/libbb.h @@ -752,7 +752,6 @@ typedef struct tls_state { unsigned min_encrypted_len_on_read; uint16_t cipher_id; - uint8_t encrypt_on_write; unsigned MAC_size; unsigned key_size; unsigned IV_size; |