wolfSSL / wolfssh

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

Missing wolfssl/options.h in esp-idf managed component version "1.4.15-stable-preview5" #645

Closed mike-2020 closed 8 months ago

mike-2020 commented 8 months ago

Using managed component version "1.4.15-stable-preview5" compile against ESP32-S3 target. Got the following error. It seems this file is missed in the package. ESP-IDF 5.1.2.

_managed_components/wolfsslwolfssh/wolfssh/ssh.h:34:10: fatal error: wolfssl/options.h: No such file or directory 34 | #include <wolfssl/options.h> | ^~~~~~~ compilation terminated. [1190/1256] Building C object esp-idf/wolfsslwolfssl/CMakeFiles/__idf_wolfssl_wolfssl.dir/wolfcrypt/src/tfm.c.objninja: build stopped: subcommand failed.