diff options
Diffstat (limited to 'lib/gnutls_int.h')
-rw-r--r-- | lib/gnutls_int.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/gnutls_int.h b/lib/gnutls_int.h index e0edd162b8..fa401403fc 100644 --- a/lib/gnutls_int.h +++ b/lib/gnutls_int.h @@ -458,6 +458,9 @@ typedef struct /* sockets internals */ int lowat; + + /* to disable record padding */ + int no_padding; /* These buffers are used in the handshake * protocol only. freed using _gnutls_handshake_io_buffer_clear(); |