diff options
Diffstat (limited to 'crypto')
-rw-r--r-- | crypto/CMakeLists.txt | 2 | ||||
-rw-r--r-- | crypto/Makefile.am | 3 |
2 files changed, 5 insertions, 0 deletions
diff --git a/crypto/CMakeLists.txt b/crypto/CMakeLists.txt index 2d23332..3f0c603 100644 --- a/crypto/CMakeLists.txt +++ b/crypto/CMakeLists.txt | |||
@@ -333,6 +333,7 @@ set( | |||
333 | bn/bn_add.c | 333 | bn/bn_add.c |
334 | bn/bn_asm.c | 334 | bn/bn_asm.c |
335 | bn/bn_blind.c | 335 | bn/bn_blind.c |
336 | bn/bn_bpsw.c | ||
336 | bn/bn_const.c | 337 | bn/bn_const.c |
337 | bn/bn_ctx.c | 338 | bn/bn_ctx.c |
338 | bn/bn_depr.c | 339 | bn/bn_depr.c |
@@ -342,6 +343,7 @@ set( | |||
342 | bn/bn_exp2.c | 343 | bn/bn_exp2.c |
343 | bn/bn_gcd.c | 344 | bn/bn_gcd.c |
344 | bn/bn_gf2m.c | 345 | bn/bn_gf2m.c |
346 | bn/bn_isqrt.c | ||
345 | bn/bn_kron.c | 347 | bn/bn_kron.c |
346 | bn/bn_lib.c | 348 | bn/bn_lib.c |
347 | bn/bn_mod.c | 349 | bn/bn_mod.c |
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 | |||
412 | libcrypto_la_SOURCES += bn/bn_add.c | 412 | libcrypto_la_SOURCES += bn/bn_add.c |
413 | libcrypto_la_SOURCES += bn/bn_asm.c | 413 | libcrypto_la_SOURCES += bn/bn_asm.c |
414 | libcrypto_la_SOURCES += bn/bn_blind.c | 414 | libcrypto_la_SOURCES += bn/bn_blind.c |
415 | libcrypto_la_SOURCES += bn/bn_bpsw.c | ||
415 | libcrypto_la_SOURCES += bn/bn_const.c | 416 | libcrypto_la_SOURCES += bn/bn_const.c |
416 | libcrypto_la_SOURCES += bn/bn_ctx.c | 417 | libcrypto_la_SOURCES += bn/bn_ctx.c |
417 | libcrypto_la_SOURCES += bn/bn_depr.c | 418 | libcrypto_la_SOURCES += bn/bn_depr.c |
@@ -421,6 +422,7 @@ libcrypto_la_SOURCES += bn/bn_exp.c | |||
421 | libcrypto_la_SOURCES += bn/bn_exp2.c | 422 | libcrypto_la_SOURCES += bn/bn_exp2.c |
422 | libcrypto_la_SOURCES += bn/bn_gcd.c | 423 | libcrypto_la_SOURCES += bn/bn_gcd.c |
423 | libcrypto_la_SOURCES += bn/bn_gf2m.c | 424 | libcrypto_la_SOURCES += bn/bn_gf2m.c |
425 | libcrypto_la_SOURCES += bn/bn_isqrt.c | ||
424 | libcrypto_la_SOURCES += bn/bn_kron.c | 426 | libcrypto_la_SOURCES += bn/bn_kron.c |
425 | libcrypto_la_SOURCES += bn/bn_lib.c | 427 | libcrypto_la_SOURCES += bn/bn_lib.c |
426 | libcrypto_la_SOURCES += bn/bn_mod.c | 428 | libcrypto_la_SOURCES += bn/bn_mod.c |
@@ -927,6 +929,7 @@ libcrypto_la_SOURCES += ts/ts_rsp_sign.c | |||
927 | libcrypto_la_SOURCES += ts/ts_rsp_utils.c | 929 | libcrypto_la_SOURCES += ts/ts_rsp_utils.c |
928 | libcrypto_la_SOURCES += ts/ts_rsp_verify.c | 930 | libcrypto_la_SOURCES += ts/ts_rsp_verify.c |
929 | libcrypto_la_SOURCES += ts/ts_verify_ctx.c | 931 | libcrypto_la_SOURCES += ts/ts_verify_ctx.c |
932 | noinst_HEADERS += ts/ts_local.h | ||
930 | 933 | ||
931 | # txt_db | 934 | # txt_db |
932 | libcrypto_la_SOURCES += txt_db/txt_db.c | 935 | libcrypto_la_SOURCES += txt_db/txt_db.c |