Re: [openssl-users] Manually shutdown the library

2017-09-26 Thread Salz, Rich via openssl-users
The original issue was discussed here:

[openssl-users] Manually shutdown the library

2017-09-25 Thread Dan Heinz
The original issue was discussed here: https://www.mail-archive.com/openssl-users@openssl.org/msg80781.html To summarize: We have a DLL that statically links OpenSSL. Our DLL gets loaded and unloaded multiple times by a process (not our process), and we need to release OpenSSL each time.