summaryrefslogtreecommitdiff
path: root/lib/ssl/ssl3prot.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ssl/ssl3prot.h')
-rw-r--r--lib/ssl/ssl3prot.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ssl/ssl3prot.h b/lib/ssl/ssl3prot.h
index 146cba4f4..35c7e547d 100644
--- a/lib/ssl/ssl3prot.h
+++ b/lib/ssl/ssl3prot.h
@@ -237,7 +237,7 @@ typedef struct {
union {
PRUint8 raw[64];
SSL3HashesIndividually s;
- SECItem pointer_to_hash_input;
+ unsigned int transcriptLen;
} u;
} SSL3Hashes;