diff options
author | Theo Buehler <tb@openbsd.org> | 2023-07-07 10:14:29 +0200 |
---|---|---|
committer | Theo Buehler <tb@openbsd.org> | 2023-07-07 02:37:45 -0600 |
commit | e06ce19f9531240fa4e754197850184dbcd445fc (patch) | |
tree | 9c5f3c594efc40d4b66adc0ccbf7467a468571bb /crypto | |
parent | 990fd347ee8b60c4a0fefc4272c7b76befdfd74a (diff) | |
download | portable-e06ce19f9531240fa4e754197850184dbcd445fc.tar.gz portable-e06ce19f9531240fa4e754197850184dbcd445fc.tar.bz2 portable-e06ce19f9531240fa4e754197850184dbcd445fc.zip |
hook bn_print to build
Diffstat (limited to 'crypto')
-rw-r--r-- | crypto/CMakeLists.txt | 1 | ||||
-rw-r--r-- | crypto/Makefile.am | 1 |
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 | |||
366 | libcrypto_la_SOURCES += bn/bn_mul.c | 366 | libcrypto_la_SOURCES += bn/bn_mul.c |
367 | libcrypto_la_SOURCES += bn/bn_prime.c | 367 | libcrypto_la_SOURCES += bn/bn_prime.c |
368 | libcrypto_la_SOURCES += bn/bn_primitives.c | 368 | libcrypto_la_SOURCES += bn/bn_primitives.c |
369 | libcrypto_la_SOURCES += bn/bn_print.c | ||
369 | libcrypto_la_SOURCES += bn/bn_rand.c | 370 | libcrypto_la_SOURCES += bn/bn_rand.c |
370 | libcrypto_la_SOURCES += bn/bn_recp.c | 371 | libcrypto_la_SOURCES += bn/bn_recp.c |
371 | libcrypto_la_SOURCES += bn/bn_shift.c | 372 | libcrypto_la_SOURCES += bn/bn_shift.c |