diff options
Diffstat (limited to 'include')
-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; |