Fix comment for test_negotiated_group() test order
authorBenjamin Kaduk <bkaduk@akamai.com>
Tue, 6 Jul 2021 14:49:39 +0000 (07:49 -0700)
committerBenjamin Kaduk <bkaduk@akamai.com>
Wed, 7 Jul 2021 16:14:17 +0000 (09:14 -0700)
commit3bd5319b5d0df9ecf05c8baba2c401ad8e3ba130
tree7d41c74c4b0c2f3448b8c5283d49e6da2adc124b
parentd101700dffa710f3de0ab6465dff688f55214bcc
Fix comment for test_negotiated_group() test order

Because of how the 'client_multi' variable is set, we end up
running the tests where the client configures multiple groups (and
the server only configures one) before the ones where the server configures
multiple groups (and the client only configures one).

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/16007)
test/sslapitest.c