aboutsummaryrefslogtreecommitdiff
path: root/README.mbedtls
blob: fdf3b25d5af4b25b9c6763ec1e7115449f4f58d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
mbedTLS and libssh in multithreaded applications
==================================================

To use libssh with mbedTLS in a multithreaded application, mbedTLS has to be
built with threading support enabled.

If threading support is not available and multi threading is used, ssh_init
will fail.

More information about building mbedTLS with threading support can be found
in the mbedTLS documentation.