Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci/GHA: fix wolfSSL-from-source AES-GCM tests
Turns out these tests: 31 - [email protected] (Failed) 36 - [email protected] (Failed) were failing because AES-GCM wasn't enabled in libssh2. This in turn happened because the `WOLFSSL_AESGCM_STREAM` macro wasn't enabled while building wolfSSL. Which happened because this macro isn't enabled by any CMake-level wolfSSL option. Passing it as `CPPFLAGS` fixes it. This allows enabling tests with wolfSSL 5.7.0. Follow-up to d4cea53 libssh2#1408 Closes libssh2#1409
- Loading branch information