diff options
author | Brent Cook <busterb@gmail.com> | 2022-07-31 23:31:18 -0500 |
---|---|---|
committer | Brent Cook <busterb@gmail.com> | 2022-07-31 23:31:18 -0500 |
commit | cc613e785e9272db37991ec35785d78f50e0ca15 (patch) | |
tree | a96bc62fb8d595b5a40ea22b3f504ac180ed2a24 /crypto/CMakeLists.txt | |
parent | 5f5feb2bbc94a8cd8d101b6245c0d9b50f2a15ce (diff) | |
download | portable-cc613e785e9272db37991ec35785d78f50e0ca15.tar.gz portable-cc613e785e9272db37991ec35785d78f50e0ca15.tar.bz2 portable-cc613e785e9272db37991ec35785d78f50e0ca15.zip |
updates for new files and test cases
Diffstat (limited to 'crypto/CMakeLists.txt')
-rw-r--r-- | crypto/CMakeLists.txt | 2 |
1 files changed, 2 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 |