mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-04 20:30:38 +09:00
The libssh requires mbedTLS to have support for threading. Given the way how the mbedTLS builds are configured (at least to my limited understanding), by modifying mbedtls_config.h header file, this changes the silent failure to a message on stderr pointing the user in the right direction. Fixes: #304 Signed-off-by: Jakub Jelen <jjelen@redhat.com> Reviewed-by: Andreas Schneider <asn@cryptomilk.org>