rename wolfcrypt/src/fe_x25519_128.i to wolfcrypt/src/fe_x25519_128.h to avoid appearance as a cleanable intermediate.

This commit is contained in:
Daniel Pouzzner
2024-06-05 16:56:03 -05:00
parent 70d317ec79
commit 92bbd651b6
7 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -45,7 +45,7 @@
#elif defined(WOLFSSL_ARMASM)
/* Assembly code in fe_armv[78]_x25519.* */
#elif defined(CURVED25519_128BIT)
#include "fe_x25519_128.i"
#include "fe_x25519_128.h"
#else
#if defined(HAVE_CURVE25519) || \