Crash with `CRYPTO_THREAD_lock_free()` fixed
[FreeBSD Bugzilla – Bug 255486 ](https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255486)
The problem was that the implementation of the pthreads library is different. `pthread_rwlock_init()` function was allocating memory in a non-shared area.