Change the loop index from an unsigned int to size_t now that all
authortb <tb@openbsd.org>
Tue, 7 Jun 2022 17:55:08 +0000 (17:55 +0000)
committertb <tb@openbsd.org>
Tue, 7 Jun 2022 17:55:08 +0000 (17:55 +0000)
commit7e1746154ae50bcf7e2c98c4b699b86182a2ef40
tree89b5f9712529b46c4c34558c7efd99c4ba5eb772
parentb0272491621c7a95f2a768c7fd2e244c80d2c653
Change the loop index from an unsigned int to size_t now that all
upper bounds are known to be size_t.

ok jsing
lib/libssl/ssl_txt.c