aboutsummaryrefslogtreecommitdiffstats
path: root/test/handshake_helper.c
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2016-08-13 14:29:41 +0100
committerDr. Stephen Henson <steve@openssl.org>2016-08-16 23:36:28 +0100
commit48593cb12afc9a8b9de8b3e25ee1097c4f6fe90d (patch)
treefffce1d695bd984adac114e7c808ab8b0e565df3 /test/handshake_helper.c
parentb2e57e094db5f516cffa6f2749615a7287a7681d (diff)
downloadopenssl-48593cb12afc9a8b9de8b3e25ee1097c4f6fe90d.tar.gz
Convert SSL_SESSION* functions to use const getters
Reviewed-by: Viktor Dukhovni <viktor@openssl.org> Reviewed-by: Stephen Henson <steve@openssl.org>
Diffstat (limited to 'test/handshake_helper.c')
-rw-r--r--test/handshake_helper.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/handshake_helper.c b/test/handshake_helper.c
index 07615adf65..c4b14e7c31 100644
--- a/test/handshake_helper.c
+++ b/test/handshake_helper.c
@@ -699,7 +699,7 @@ static HANDSHAKE_RESULT *do_handshake_internal(
int client_turn = 1;
connect_phase_t phase = HANDSHAKE;
handshake_status_t status = HANDSHAKE_RETRY;
- unsigned char* tick = NULL;
+ const unsigned char* tick = NULL;
size_t tick_len = 0;
SSL_SESSION* sess = NULL;
const unsigned char *proto = NULL;