]> git.ipfire.org Git - thirdparty/openssl.git/commit
Fix clienthellotest for new TLSv1.3 ciphersuite configuration
authorMatt Caswell <matt@openssl.org>
Mon, 12 Mar 2018 10:48:32 +0000 (10:48 +0000)
committerMatt Caswell <matt@openssl.org>
Wed, 14 Mar 2018 10:15:50 +0000 (10:15 +0000)
commit74826901379bf190a9c3b3ceaaca0493454e3536
tree4bd3068ae6becf0c8e0e108f95da3dd40c63d50d
parent2b527b9b3233eb312a4bf17b044660aa213883b6
Fix clienthellotest for new TLSv1.3 ciphersuite configuration

A place in clienthellotest was missed in converting to the new mechanism
for configuration of TLSv1.3 ciphersuites.

Reviewed-by: Tim Hudson <tjh@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/5392)
test/clienthellotest.c