aboutsummaryrefslogtreecommitdiff
path: root/crypto
diff options
context:
space:
mode:
authorTheo Buehler <tb@openbsd.org>2023-07-07 10:14:29 +0200
committerTheo Buehler <tb@openbsd.org>2023-07-07 02:37:45 -0600
commite06ce19f9531240fa4e754197850184dbcd445fc (patch)
tree9c5f3c594efc40d4b66adc0ccbf7467a468571bb /crypto
parent990fd347ee8b60c4a0fefc4272c7b76befdfd74a (diff)
downloadportable-e06ce19f9531240fa4e754197850184dbcd445fc.tar.gz
portable-e06ce19f9531240fa4e754197850184dbcd445fc.tar.bz2
portable-e06ce19f9531240fa4e754197850184dbcd445fc.zip
hook bn_print to build
Diffstat (limited to 'crypto')
-rw-r--r--crypto/CMakeLists.txt1
-rw-r--r--crypto/Makefile.am1
2 files changed, 2 insertions, 0 deletions
diff --git a/crypto/CMakeLists.txt b/crypto/CMakeLists.txt
index 302352b..0c86dd4 100644
--- a/crypto/CMakeLists.txt
+++ b/crypto/CMakeLists.txt
@@ -365,6 +365,7 @@ set(
365 bn/bn_mul.c 365 bn/bn_mul.c
366 bn/bn_prime.c 366 bn/bn_prime.c
367 bn/bn_primitives.c 367 bn/bn_primitives.c
368 bn/bn_print.c
368 bn/bn_rand.c 369 bn/bn_rand.c
369 bn/bn_recp.c 370 bn/bn_recp.c
370 bn/bn_shift.c 371 bn/bn_shift.c
diff --git a/crypto/Makefile.am b/crypto/Makefile.am
index b4d558b..60e9c00 100644
--- a/crypto/Makefile.am
+++ b/crypto/Makefile.am
@@ -366,6 +366,7 @@ libcrypto_la_SOURCES += bn/bn_mont.c
366libcrypto_la_SOURCES += bn/bn_mul.c 366libcrypto_la_SOURCES += bn/bn_mul.c
367libcrypto_la_SOURCES += bn/bn_prime.c 367libcrypto_la_SOURCES += bn/bn_prime.c
368libcrypto_la_SOURCES += bn/bn_primitives.c 368libcrypto_la_SOURCES += bn/bn_primitives.c
369libcrypto_la_SOURCES += bn/bn_print.c
369libcrypto_la_SOURCES += bn/bn_rand.c 370libcrypto_la_SOURCES += bn/bn_rand.c
370libcrypto_la_SOURCES += bn/bn_recp.c 371libcrypto_la_SOURCES += bn/bn_recp.c
371libcrypto_la_SOURCES += bn/bn_shift.c 372libcrypto_la_SOURCES += bn/bn_shift.c