summaryrefslogtreecommitdiff
path: root/lib/gnutls_int.h
diff options
context:
space:
mode:
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 5ed45cec4e..f9160fc7ca 100644
--- a/lib/gnutls_int.h
+++ b/lib/gnutls_int.h
@@ -559,6 +559,7 @@ typedef struct {
*/
uint8_t cipher_suite[2];
gnutls_compression_method_t compression_method;
+ gnutls_mac_algorithm_t prf_mac;
uint8_t master_secret[GNUTLS_MASTER_SIZE];
uint8_t client_random[GNUTLS_RANDOM_SIZE];
uint8_t server_random[GNUTLS_RANDOM_SIZE];