The `OPENSSL_cleanup()` function is no longer registered to be called upon the
termination of the process. This means the OpenSSL Library does not
automatically free resources so the operating system reclaims them when an
application exits.
For most users, this will have no impact since the memory is freed one way or
the other.