diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2002-02-27 20:05:35 +0000 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2002-02-27 20:05:35 +0000 |
commit | f8ea90a527096a5e6352a72ca78a259d32595ad8 (patch) | |
tree | 572e4340011cf3fec91fdf3a702f57325b60b992 /lib/gnutls_int.h | |
parent | 9d5469ba83f93ba5e846d33c87ce771eb4ebe86e (diff) | |
download | gnutls-f8ea90a527096a5e6352a72ca78a259d32595ad8.tar.gz |
Added gnutls_record_set_default_version(). This is a low level function.
Diffstat (limited to 'lib/gnutls_int.h')
-rw-r--r-- | lib/gnutls_int.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/gnutls_int.h b/lib/gnutls_int.h index fb3b0b6349..2eaf78b831 100644 --- a/lib/gnutls_int.h +++ b/lib/gnutls_int.h @@ -542,6 +542,10 @@ typedef struct { * if the fingerprint is to be sent. */ int pgp_fingerprint; + + /* This holds the default version that our first + * record packet will have. */ + GNUTLS_Version default_record_version; } GNUTLS_INTERNALS; struct GNUTLS_STATE_INT { |