Fix format strings: change %i, %li, %lli to %d, %ld, %lld and switch to
authortb <tb@openbsd.org>
Tue, 7 Jun 2022 18:00:51 +0000 (18:00 +0000)
committertb <tb@openbsd.org>
Tue, 7 Jun 2022 18:00:51 +0000 (18:00 +0000)
commitf9bfa6e52c10ce1777b320589417c0ae1ad2c0c0
tree7e4f5b14eb32bcb8652ce13920504364feda9f01
parent7e1746154ae50bcf7e2c98c4b699b86182a2ef40
Fix format strings: change %i, %li, %lli to %d, %ld, %lld and switch to
%zu for master_key_length, session_id_length and sid_ctx_length, which
are now size_t.
regress/lib/libssl/asn1/asn1test.c