Re: OpenSSL hash memory leak

2019-02-26 Thread Joe Browning
* EVP_DigestFinal_ex(mdctx, hash_data.md_value, &hash_data.md_len)* *Missing reference there for value?* *Joe* On Mon, Feb 25, 2019, 09:31 Jakob Bohm via openssl-users < openssl-users@openssl.org> wrote: > On 25/02/2019 15:05, Hubert Kario wrote: > > On Sunday, 24 February 2019 11:34:18 CET pr

Re: [openssl-users] build.info

2018-09-03 Thread Joe Browning
Using the linux env var LD_PRELOAD, maybe? ⁣Sent from BlueMail ​ On Sep 3, 2018, 15:05, at 15:05, "Thomás Inskip" wrote: >Does anyone know how I can specify that a specific shared library (in >this >case an engine) is dependent on a system-installed shared library (i.e. >not >built along with op