Re: libcrypto bio_cb.c: fix mangled debug output

2021-03-24 Thread Theo Buehler
On Wed, Mar 24, 2021 at 11:09:41AM +0100, Martin Vahlensieck wrote: > Hi > > This fixes mangled output from the openssl(1) -debug option: > > Before: > $ openssl aes-256-cbc -out test -debug > BIO[0x9102a7e5ctrl(106) - FILE pointer > BIO[0x9102a7e5ctrl return 1 > BIO[0x9102a801ctrl(108) - FILE po

libcrypto bio_cb.c: fix mangled debug output

2021-03-24 Thread Martin Vahlensieck
Hi This fixes mangled output from the openssl(1) -debug option: Before: $ openssl aes-256-cbc -out test -debug BIO[0x9102a7e5ctrl(106) - FILE pointer BIO[0x9102a7e5ctrl return 1 BIO[0x9102a801ctrl(108) - FILE pointer BIO[0x9102a801ctrl return 1 ... After: $ openssl aes-256-cbc -out test -debug B