Document in CHANGES that config now recognises 64-bit mingw
[openssl.git] / test / handshake_helper.h
index a9dd5c94a1598026651cab584c5b05b03d74f474..1f079c932bf62e4f88e72e843d83bc5d8bd351b5 100644 (file)
@@ -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;