CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/06/07 12:00:51
Modified files:
regress/lib/libssl/asn1: asn1test.c
Log message:
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.
