Skip to content

Commit

Permalink
wolfssl: add patch to fix compilation of 5.7.2 on MIPS
Browse files Browse the repository at this point in the history
  • Loading branch information
pedro0311 committed Jul 18, 2024
1 parent 0dc05cc commit 24ec49c
Showing 1 changed file with 14 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
--- wolfssl/wolfcrypt/src/wc_lms_impl.c
+++ wolfssl/wolfcrypt/src/wc_lms_impl.c
@@ -37,6 +37,11 @@
* Enable when memory is limited.
*/

+#ifdef HAVE_CONFIG_H
+ #include <config.h>
+#endif
+
+#include <wolfssl/wolfcrypt/settings.h>
#include <wolfssl/wolfcrypt/wc_lms.h>
#include <wolfssl/wolfcrypt/error-crypt.h>

0 comments on commit 24ec49c

Please sign in to comment.