wolfSSL / wolfssh

wolfSSH is a small, fast, portable SSH implementation, including support for SCP and SFTP.
https://www.wolfssl.com
367 stars 88 forks source link

Fix testsuite with singlethreaded #716

Closed embhorn closed 1 month ago

embhorn commented 2 months ago

Fixes issues when wolfSSL is configured with --enable-singletthreaded Also added workflow to test single thread build.

Reproduce with

wolfSSL

./configure --enable-wolfssh  --enable-singlethreaded --enable-keygen

wolfSSH

./configure --enable-all

Fixes issue reported in https://www.wolfssl.com/forums/topic2133-how-to-compile-wolfssh-without-multithreading.html