wolfSSL/wolfssh

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

mike-2020 opened this issue · 0 comments

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/wolfssl__wolfssh/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/wolfssl__wolfssl/CMakeFiles/_idf_wolfssl__wolfssl.dir/wolfcrypt/src/tfm.c.objninja: build stopped: subcommand failed.