Blame README.mbedtls

Packit Service 31306d
mbedTLS and libssh in multithreaded applications
Packit Service 31306d
==================================================
Packit Service 31306d
Packit Service 31306d
To use libssh with mbedTLS in a multithreaded application, mbedTLS has to be
Packit Service 31306d
built with threading support enabled.
Packit Service 31306d
Packit Service 31306d
If threading support is not available and multi threading is used, ssh_init
Packit Service 31306d
will fail.
Packit Service 31306d
Packit Service 31306d
More information about building mbedTLS with threading support can be found
Packit Service 31306d
in the mbedTLS documentation.