Blame README.mbedtls

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