Fix missing config.h include in some ARMv8 files.

This commit is contained in:
Hayden Roche
2022-11-04 13:53:22 -07:00
parent d7cbd8cd17
commit d0f33f62f4
2 changed files with 6 additions and 0 deletions

View File

@ -24,6 +24,9 @@
* ruby ./x25519/x25519.rb arm32 ../wolfssl/wolfcrypt/src/port/arm/armv8-32-curve25519.S
*/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif /* HAVE_CONFIG_H */
#include <wolfssl/wolfcrypt/settings.h>
#ifdef WOLFSSL_ARMASM

View File

@ -24,6 +24,9 @@
* ruby ./x25519/x25519.rb arm32 ../wolfssl/wolfcrypt/src/port/arm/armv8-32-curve25519.c
*/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif /* HAVE_CONFIG_H */
#include <wolfssl/wolfcrypt/settings.h>
#ifdef WOLFSSL_ARMASM