> On Feb 16, 2016, at 11:17 AM, David Woodhouse <dw...@infradead.org> wrote: > > If a library (or loadable plugin within an application) uses OpenSSL, > how should it clean up after itself?
I must do nothing. That's what auto-initialization is for. It is wrong for libraries to initialize OpenSSL, because that can't be done safely. So in libraries that use OpenSSL, no OpenSSL initialization, and no cleanup. -- Viktor. -- openssl-dev mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev