Skip to content

Call OPENSSL_cleanup() when shutting down

Ondřej Surý requested to merge ondrej/call-openssl_cleanup-v9_16 into v9_16

The OPENSSL_cleanup() cleans the OpenSSL allocated resources explicitly instead of relying on the atexit mechanism to do the cleanup. This is needed in case that we want to use custom allocator to manage OpenSSL memory.

Merge request reports