diff options
Diffstat (limited to 'test/handshake_helper.h')
-rw-r--r-- | test/handshake_helper.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/handshake_helper.h b/test/handshake_helper.h index a9dd5c94a1..1f079c932b 100644 --- a/test/handshake_helper.h +++ b/test/handshake_helper.h @@ -34,7 +34,7 @@ typedef struct handshake_result { ssl_servername_t servername; /* Session ticket status */ ssl_session_ticket_t session_ticket; - ssl_compression_t compression; + int compression; /* Was this called on the second context? */ int session_ticket_do_not_call; char *client_npn_negotiated; |