Fix undefined reference to `br_ec_c25519_m31'.

This commit is contained in:
cheatfate 2019-03-16 00:56:10 +02:00
parent 80ec410118
commit 44d0cc2dea
No known key found for this signature in database
GPG Key ID: 46ADD633A7201F95
1 changed files with 2 additions and 0 deletions

View File

@ -223,7 +223,9 @@ elif sizeof(int) == 4:
{.compile: bearEcPath & "ec_all_m31.c".}
{.compile: bearEcPath & "ec_default.c".}
{.compile: bearEcPath & "ec_keygen.c".}
{.compile: bearEcPath & "ec_c25519_m31.c".}
{.compile: bearEcPath & "ec_p256_m31.c".}
{.compile: bearEcPath & "ec_curve25519.c".}
{.compile: bearEcPath & "ec_prime_i31.c".}
{.compile: bearEcPath & "ec_pubkey.c".}
{.compile: bearEcPath & "ec_secp256r1.c".}