hook bn_print to build

This commit is contained in:
Theo Buehler
2023-07-07 10:14:29 +02:00
parent 990fd347ee
commit e06ce19f95
5 changed files with 13 additions and 0 deletions

View File

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

View File

@@ -366,6 +366,7 @@ 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_print.c
libcrypto_la_SOURCES += bn/bn_rand.c
libcrypto_la_SOURCES += bn/bn_recp.c
libcrypto_la_SOURCES += bn/bn_shift.c