X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=test%2Fhandshake_helper.h;h=ab6446a490bbc65235cc2a2d03d3aa7429e5c00d;hp=9dcbeb78f76f16535e373c6e648e667366f65186;hb=43687d685ffd71fc1cf0ea1079f6d4958dff5026;hpb=e1c7871de80029b81824df4d59edc6de5293835f diff --git a/test/handshake_helper.h b/test/handshake_helper.h index 9dcbeb78f7..ab6446a490 100644 --- a/test/handshake_helper.h +++ b/test/handshake_helper.h @@ -1,5 +1,5 @@ /* - * Copyright 2016 The OpenSSL Project Authors. All Rights Reserved. + * Copyright 2016-2018 The OpenSSL Project Authors. All Rights Reserved. * * Licensed under the OpenSSL license (the "License"). You may not use * this file except in compliance with the License. You can obtain a copy @@ -65,6 +65,8 @@ typedef struct handshake_result { /* Session id status */ ssl_session_id_t session_id; char *cipher; + /* session ticket application data */ + char *result_session_ticket_app_data; } HANDSHAKE_RESULT; HANDSHAKE_RESULT *HANDSHAKE_RESULT_new(void);