Add new ssl_test option.
[openssl.git] / test / handshake_helper.h
index 8425b2aa6156eac97ae29a37a814e72c58a274e0..4f70592a1867be9015975dd329417591bba5c3cd 100644 (file)
@@ -43,6 +43,8 @@ typedef struct handshake_result {
     /* Was the handshake resumed? */
     int client_resumed;
     int server_resumed;
+    /* Temporary key type */
+    int tmp_key_type;
 } HANDSHAKE_RESULT;
 
 HANDSHAKE_RESULT *HANDSHAKE_RESULT_new(void);