CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/03/25 03:26:17
Modified files:
lib/libcrypto/bio: bio_cb.c
Log message:
Avoid mangled output in BIO_debug_callback
Instead of blindly skipping 14 characters, we can use the return
value of snprintf() to determine how much we should skip.
>From Martin Vahlensieck with minor tweaks by me
