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/Makefile.am | |
parent | 990fd347ee8b60c4a0fefc4272c7b76befdfd74a (diff) | |
download | portable-e06ce19f9531240fa4e754197850184dbcd445fc.tar.gz portable-e06ce19f9531240fa4e754197850184dbcd445fc.tar.bz2 portable-e06ce19f9531240fa4e754197850184dbcd445fc.zip |
hook bn_print to build
Diffstat (limited to 'crypto/Makefile.am')
-rw-r--r-- | crypto/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
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 |