Skip to content

Commit 92bbd65

Browse files
committed
rename wolfcrypt/src/fe_x25519_128.i to wolfcrypt/src/fe_x25519_128.h to avoid appearance as a cleanable intermediate.
1 parent 70d317e commit 92bbd65

7 files changed

Lines changed: 13 additions & 13 deletions

File tree

IDE/ECLIPSE/DEOS/deos_wolfssl/.project

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -240,9 +240,9 @@
240240
<locationURI>WOLFSSL_ROOT/wolfcrypt/src/fe_operations.c</locationURI>
241241
</link>
242242
<link>
243-
<name>wolfcrypt/src/fe_x25519_128.i</name>
243+
<name>wolfcrypt/src/fe_x25519_128.h</name>
244244
<type>1</type>
245-
<locationURI>WOLFSSL_ROOT/wolfcrypt/src/fe_x25519_128.i</locationURI>
245+
<locationURI>WOLFSSL_ROOT/wolfcrypt/src/fe_x25519_128.h</locationURI>
246246
</link>
247247
<link>
248248
<name>wolfcrypt/src/fp_mont_small.i</name>

IDE/XilinxSDK/2019_2/wolfCrypt_example/.project

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -326,9 +326,9 @@
326326
<locationURI>PARENT-4-PROJECT_LOC/wolfcrypt/src/fe_operations.c</locationURI>
327327
</link>
328328
<link>
329-
<name>src/wolfcrypt/src/fe_x25519_128.i</name>
329+
<name>src/wolfcrypt/src/fe_x25519_128.h</name>
330330
<type>1</type>
331-
<locationURI>PARENT-4-PROJECT_LOC/wolfcrypt/src/fe_x25519_128.i</locationURI>
331+
<locationURI>PARENT-4-PROJECT_LOC/wolfcrypt/src/fe_x25519_128.h</locationURI>
332332
</link>
333333
<link>
334334
<name>src/wolfcrypt/src/fp_mont_small.i</name>

IDE/XilinxSDK/2022_1/wolfCrypt_FreeRTOS_example/.project

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1016,9 +1016,9 @@
10161016
<locationURI>PARENT-3-WORKSPACE_LOC/wolfcrypt/src/fe_operations.c</locationURI>
10171017
</link>
10181018
<link>
1019-
<name>src/wolfcrypt/src/fe_x25519_128.i</name>
1019+
<name>src/wolfcrypt/src/fe_x25519_128.h</name>
10201020
<type>1</type>
1021-
<locationURI>PARENT-3-WORKSPACE_LOC/wolfcrypt/src/fe_x25519_128.i</locationURI>
1021+
<locationURI>PARENT-3-WORKSPACE_LOC/wolfcrypt/src/fe_x25519_128.h</locationURI>
10221022
</link>
10231023
<link>
10241024
<name>src/wolfcrypt/src/fp_mont_small.i</name>

IDE/XilinxSDK/2022_1/wolfCrypt_example/.project

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1016,9 +1016,9 @@
10161016
<locationURI>PARENT-3-WORKSPACE_LOC/wolfcrypt/src/fe_operations.c</locationURI>
10171017
</link>
10181018
<link>
1019-
<name>src/wolfcrypt/src/fe_x25519_128.i</name>
1019+
<name>src/wolfcrypt/src/fe_x25519_128.h</name>
10201020
<type>1</type>
1021-
<locationURI>PARENT-3-WORKSPACE_LOC/wolfcrypt/src/fe_x25519_128.i</locationURI>
1021+
<locationURI>PARENT-3-WORKSPACE_LOC/wolfcrypt/src/fe_x25519_128.h</locationURI>
10221022
</link>
10231023
<link>
10241024
<name>src/wolfcrypt/src/fp_mont_small.i</name>

wolfcrypt/src/fe_operations.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
#elif defined(WOLFSSL_ARMASM)
4646
/* Assembly code in fe_armv[78]_x25519.* */
4747
#elif defined(CURVED25519_128BIT)
48-
#include "fe_x25519_128.i"
48+
#include "fe_x25519_128.h"
4949
#else
5050

5151
#if defined(HAVE_CURVE25519) || \
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
/* fe_x25519_128.i
1+
/* fe_x25519_128.h
22
*
3-
* Copyright (C) 2006-2023 wolfSSL Inc.
3+
* Copyright (C) 2006-2024 wolfSSL Inc.
44
*
55
* This file is part of wolfSSL.
66
*
@@ -21,7 +21,7 @@
2121

2222
/* Generated using (from wolfssl):
2323
* cd ../scripts
24-
* ruby ./x25519/fe_x25519_128_gen.rb > ../wolfssl/wolfcrypt/src/fe_x25519_128.i
24+
* ruby ./x25519/fe_x25519_128_gen.rb > ../wolfssl/wolfcrypt/src/fe_x25519_128.h
2525
*/
2626

2727
void fe_init(void)

wolfcrypt/src/include.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ EXTRA_DIST += \
5555
wolfcrypt/src/fp_sqr_comba_8.i \
5656
wolfcrypt/src/fp_sqr_comba_9.i \
5757
wolfcrypt/src/fp_sqr_comba_small_set.i \
58-
wolfcrypt/src/fe_x25519_128.i
58+
wolfcrypt/src/fe_x25519_128.h
5959

6060
EXTRA_DIST += wolfcrypt/src/port/ti/ti-aes.c \
6161
wolfcrypt/src/port/ti/ti-des3.c \

0 commit comments

Comments
 (0)