Link bn_primitives.c to the build
This commit is contained in:
parent
d5204e5fe6
commit
ee0a1048b8
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user