Link bn_primitives.c to the build

This commit is contained in:
Theo Buehler 2023-06-21 02:31:32 -06:00
parent d5204e5fe6
commit ee0a1048b8
2 changed files with 2 additions and 0 deletions

View File

@ -363,6 +363,7 @@ set(
bn/bn_mont.c
bn/bn_mul.c
bn/bn_prime.c
bn/bn_primitives.c
bn/bn_rand.c
bn/bn_recp.c
bn/bn_shift.c

View File

@ -365,6 +365,7 @@ libcrypto_la_SOURCES += bn/bn_mod_sqrt.c
libcrypto_la_SOURCES += bn/bn_mont.c
libcrypto_la_SOURCES += bn/bn_mul.c
libcrypto_la_SOURCES += bn/bn_prime.c
libcrypto_la_SOURCES += bn/bn_primitives.c
libcrypto_la_SOURCES += bn/bn_rand.c
libcrypto_la_SOURCES += bn/bn_recp.c
libcrypto_la_SOURCES += bn/bn_shift.c