When net-libs/mbedtls is compiled without USE="threads", programs using libssh fail with the following error: "Error in auto_init()" To fix: 1. Rebuild net-libs/mbedtls with USE="threads" 2. Rebuild net-libs/libssh
See a similar issue encountered in vcpkg: https://github.com/microsoft/vcpkg/issues/10012