summaryrefslogtreecommitdiff
path: root/lib/gnutls_int.h
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2002-03-12 14:13:48 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2002-03-12 14:13:48 +0000
commit2fb9233d4fbfa990fd4399d5202a23d2da4997fa (patch)
tree8e1df019f17b1a8b0d79b4cec043e7189e8d80d7 /lib/gnutls_int.h
parentcb87b0826d31af92af1f76f59826f0dfaecdce29 (diff)
downloadgnutls-2fb9233d4fbfa990fd4399d5202a23d2da4997fa.tar.gz
made CBC chosen plaintext protection configurable
Diffstat (limited to 'lib/gnutls_int.h')
-rw-r--r--lib/gnutls_int.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/gnutls_int.h b/lib/gnutls_int.h
index 857b5e05a8..5fba9199ad 100644
--- a/lib/gnutls_int.h
+++ b/lib/gnutls_int.h
@@ -543,6 +543,8 @@ typedef struct {
* record packet will have. */
GNUTLS_Version default_record_version;
+ int cbc_protection_hack;
+
/* If you add anything here, check _gnutls_handshake_internal_state_clear().
*/
} GNUTLS_INTERNALS;