aboutsummaryrefslogtreecommitdiff
path: root/crypto/Makefile.am
diff options
context:
space:
mode:
authorBrent Cook <busterb@gmail.com>2022-07-31 23:31:18 -0500
committerBrent Cook <busterb@gmail.com>2022-07-31 23:31:18 -0500
commitcc613e785e9272db37991ec35785d78f50e0ca15 (patch)
treea96bc62fb8d595b5a40ea22b3f504ac180ed2a24 /crypto/Makefile.am
parent5f5feb2bbc94a8cd8d101b6245c0d9b50f2a15ce (diff)
downloadportable-cc613e785e9272db37991ec35785d78f50e0ca15.tar.gz
portable-cc613e785e9272db37991ec35785d78f50e0ca15.tar.bz2
portable-cc613e785e9272db37991ec35785d78f50e0ca15.zip
updates for new files and test cases
Diffstat (limited to 'crypto/Makefile.am')
-rw-r--r--crypto/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/crypto/Makefile.am b/crypto/Makefile.am
index b78f491..9b36724 100644
--- a/crypto/Makefile.am
+++ b/crypto/Makefile.am
@@ -412,6 +412,7 @@ noinst_HEADERS += bio/bio_local.h
412libcrypto_la_SOURCES += bn/bn_add.c 412libcrypto_la_SOURCES += bn/bn_add.c
413libcrypto_la_SOURCES += bn/bn_asm.c 413libcrypto_la_SOURCES += bn/bn_asm.c
414libcrypto_la_SOURCES += bn/bn_blind.c 414libcrypto_la_SOURCES += bn/bn_blind.c
415libcrypto_la_SOURCES += bn/bn_bpsw.c
415libcrypto_la_SOURCES += bn/bn_const.c 416libcrypto_la_SOURCES += bn/bn_const.c
416libcrypto_la_SOURCES += bn/bn_ctx.c 417libcrypto_la_SOURCES += bn/bn_ctx.c
417libcrypto_la_SOURCES += bn/bn_depr.c 418libcrypto_la_SOURCES += bn/bn_depr.c
@@ -421,6 +422,7 @@ libcrypto_la_SOURCES += bn/bn_exp.c
421libcrypto_la_SOURCES += bn/bn_exp2.c 422libcrypto_la_SOURCES += bn/bn_exp2.c
422libcrypto_la_SOURCES += bn/bn_gcd.c 423libcrypto_la_SOURCES += bn/bn_gcd.c
423libcrypto_la_SOURCES += bn/bn_gf2m.c 424libcrypto_la_SOURCES += bn/bn_gf2m.c
425libcrypto_la_SOURCES += bn/bn_isqrt.c
424libcrypto_la_SOURCES += bn/bn_kron.c 426libcrypto_la_SOURCES += bn/bn_kron.c
425libcrypto_la_SOURCES += bn/bn_lib.c 427libcrypto_la_SOURCES += bn/bn_lib.c
426libcrypto_la_SOURCES += bn/bn_mod.c 428libcrypto_la_SOURCES += bn/bn_mod.c
@@ -927,6 +929,7 @@ libcrypto_la_SOURCES += ts/ts_rsp_sign.c
927libcrypto_la_SOURCES += ts/ts_rsp_utils.c 929libcrypto_la_SOURCES += ts/ts_rsp_utils.c
928libcrypto_la_SOURCES += ts/ts_rsp_verify.c 930libcrypto_la_SOURCES += ts/ts_rsp_verify.c
929libcrypto_la_SOURCES += ts/ts_verify_ctx.c 931libcrypto_la_SOURCES += ts/ts_verify_ctx.c
932noinst_HEADERS += ts/ts_local.h
930 933
931# txt_db 934# txt_db
932libcrypto_la_SOURCES += txt_db/txt_db.c 935libcrypto_la_SOURCES += txt_db/txt_db.c