wolfSSL / wolfssh

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

Test Fixes #632

Closed ejohnstown closed 9 months ago

ejohnstown commented 9 months ago
  1. Remove the grace period wolfSSHd test. It asks for a password, and when running as an action it doesn't have stdin, so it fails. The test works when stdin is available.
  2. Remove the check for __uint128_t from configure. wolfSSL exports this value, if present, in its options.h. After wolfSSL v5.6.4, wolfSSL also exports this to options.h when building it with CMake. The check in wolfSSH isn't necessary now.