Dear OSSL community members,
When using openssl 3.x as statically linked library, should an application call OPENSSL_Thread_Stop() even inside non-OpenSSL threads?
In other words if an application is statically linked to openssl, should it call openssl_Thread_stop() even for threads which are not all using openssl in any way?
I did check code for same but could not conclude.
Regards