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

View File

@@ -55,7 +55,7 @@ EXTRA_DIST += \
wolfcrypt/src/fp_sqr_comba_8.i \
wolfcrypt/src/fp_sqr_comba_9.i \
wolfcrypt/src/fp_sqr_comba_small_set.i \
wolfcrypt/src/fe_x25519_128.i
wolfcrypt/src/fe_x25519_128.h
EXTRA_DIST += wolfcrypt/src/port/ti/ti-aes.c \
wolfcrypt/src/port/ti/ti-des3.c \