Convert tls13encryptiontest so that we pass around a pointer not an index
authorMatt Caswell <matt@openssl.org>
Wed, 30 Nov 2016 10:53:57 +0000 (10:53 +0000)
committerMatt Caswell <matt@openssl.org>
Wed, 30 Nov 2016 10:53:57 +0000 (10:53 +0000)
commitf60d68dc5385722608f3813d430842c3f5216e37
treec74593992930ed0a1e77c72f71efe4b25172930e
parent6606d600545b28dbcfb391f3c5adf03dd6ad0ca7
Convert tls13encryptiontest so that we pass around a pointer not an index

We also split the long string literals into 3 to avoid problems where we
go over the 509 character limit.

Reviewed-by: Rich Salz <rsalz@openssl.org>
test/tls13encryptiontest.c