move the newly added wolfcrypt/src/wolfssl_sources.h to wolfssl/wolfcrypt/libwolfssl_sources.h, and likewise for wolfssl_sources_asm.h; revert changes to IDE/ project files.

This commit is contained in:
Daniel Pouzzner
2025-04-04 18:44:12 -05:00
parent 217440c885
commit c401f5caf2
138 changed files with 150 additions and 189 deletions

View File

@@ -19,7 +19,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA
*/
#include "wolfssl_sources.h"
#include <wolfssl/wolfcrypt/libwolfssl_sources.h>
/*
* Based on public domain LibTomMath 0.38 by Tom St Denis, tomstdenis@iahu.ca,