summaryrefslogtreecommitdiff
path: root/lib/gnutls_int.h
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2014-10-17 13:45:40 +0200
committerNikos Mavrogiannopoulos <nmav@redhat.com>2014-10-17 13:45:40 +0200
commit000f333e6403770d5054db15eb474b7fff8ee89e (patch)
tree34ef735e4b9b298f106ee7858e4ebcecfa707fbc /lib/gnutls_int.h
parentd07724791f429735f24c6479e826e5935c59b679 (diff)
downloadgnutls-000f333e6403770d5054db15eb474b7fff8ee89e.tar.gz
added _gnutls_hello_set_default_version() which allows to override the clienthello version
Diffstat (limited to 'lib/gnutls_int.h')
-rw-r--r--lib/gnutls_int.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/gnutls_int.h b/lib/gnutls_int.h
index d92be1aba0..ec4539d2be 100644
--- a/lib/gnutls_int.h
+++ b/lib/gnutls_int.h
@@ -889,6 +889,7 @@ typedef struct {
/* This holds the default version that our first
* record packet will have. */
uint8_t default_record_version[2];
+ uint8_t default_hello_version[2];
void *user_ptr;