rename ecc25519 to curve25519, less confusing with ed25519 now in play too
This commit is contained in:
@@ -167,8 +167,8 @@ if BUILD_ECC
|
||||
src_libwolfssl_la_SOURCES += wolfcrypt/src/ecc.c
|
||||
endif
|
||||
|
||||
if BUILD_ECC25519
|
||||
src_libwolfssl_la_SOURCES += wolfcrypt/src/ecc25519.c
|
||||
if BUILD_CURVE25519
|
||||
src_libwolfssl_la_SOURCES += wolfcrypt/src/curve25519.c
|
||||
endif
|
||||
|
||||
if BUILD_ED25519
|
||||
|
||||
Reference in New Issue
Block a user