diff options
author | Theo Buehler <tb@openbsd.org> | 2023-04-14 07:15:25 -0600 |
---|---|---|
committer | Theo Buehler <tb@openbsd.org> | 2023-04-14 07:42:59 -0600 |
commit | f5bd09f83c940467ec4a99d8570e2a0da167f4ab (patch) | |
tree | 167b7b136c23c0408c53e87c0d561aff5a995488 | |
parent | 76b135953a6c9885fa1fde0038262debff36639a (diff) | |
download | portable-f5bd09f83c940467ec4a99d8570e2a0da167f4ab.tar.gz portable-f5bd09f83c940467ec4a99d8570e2a0da167f4ab.tar.bz2 portable-f5bd09f83c940467ec4a99d8570e2a0da167f4ab.zip |
Update file lists
-rw-r--r-- | crypto/CMakeLists.txt | 2 | ||||
-rw-r--r-- | crypto/Makefile.am | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/crypto/CMakeLists.txt b/crypto/CMakeLists.txt index a4db6e5..525c5fd 100644 --- a/crypto/CMakeLists.txt +++ b/crypto/CMakeLists.txt | |||
@@ -360,6 +360,7 @@ set( | |||
360 | bn/bn_blind.c | 360 | bn/bn_blind.c |
361 | bn/bn_bpsw.c | 361 | bn/bn_bpsw.c |
362 | bn/bn_const.c | 362 | bn/bn_const.c |
363 | bn/bn_convert.c | ||
363 | bn/bn_ctx.c | 364 | bn/bn_ctx.c |
364 | bn/bn_div.c | 365 | bn/bn_div.c |
365 | bn/bn_err.c | 366 | bn/bn_err.c |
@@ -376,7 +377,6 @@ set( | |||
376 | bn/bn_mul.c | 377 | bn/bn_mul.c |
377 | bn/bn_nist.c | 378 | bn/bn_nist.c |
378 | bn/bn_prime.c | 379 | bn/bn_prime.c |
379 | bn/bn_print.c | ||
380 | bn/bn_rand.c | 380 | bn/bn_rand.c |
381 | bn/bn_recp.c | 381 | bn/bn_recp.c |
382 | bn/bn_shift.c | 382 | bn/bn_shift.c |
diff --git a/crypto/Makefile.am b/crypto/Makefile.am index cfb93ef..5032f89 100644 --- a/crypto/Makefile.am +++ b/crypto/Makefile.am | |||
@@ -417,6 +417,7 @@ libcrypto_la_SOURCES += bn/bn_add.c | |||
417 | libcrypto_la_SOURCES += bn/bn_blind.c | 417 | libcrypto_la_SOURCES += bn/bn_blind.c |
418 | libcrypto_la_SOURCES += bn/bn_bpsw.c | 418 | libcrypto_la_SOURCES += bn/bn_bpsw.c |
419 | libcrypto_la_SOURCES += bn/bn_const.c | 419 | libcrypto_la_SOURCES += bn/bn_const.c |
420 | libcrypto_la_SOURCES += bn/bn_convert.c | ||
420 | libcrypto_la_SOURCES += bn/bn_ctx.c | 421 | libcrypto_la_SOURCES += bn/bn_ctx.c |
421 | libcrypto_la_SOURCES += bn/bn_div.c | 422 | libcrypto_la_SOURCES += bn/bn_div.c |
422 | libcrypto_la_SOURCES += bn/bn_err.c | 423 | libcrypto_la_SOURCES += bn/bn_err.c |
@@ -433,7 +434,6 @@ libcrypto_la_SOURCES += bn/bn_mpi.c | |||
433 | libcrypto_la_SOURCES += bn/bn_mul.c | 434 | libcrypto_la_SOURCES += bn/bn_mul.c |
434 | libcrypto_la_SOURCES += bn/bn_nist.c | 435 | libcrypto_la_SOURCES += bn/bn_nist.c |
435 | libcrypto_la_SOURCES += bn/bn_prime.c | 436 | libcrypto_la_SOURCES += bn/bn_prime.c |
436 | libcrypto_la_SOURCES += bn/bn_print.c | ||
437 | libcrypto_la_SOURCES += bn/bn_rand.c | 437 | libcrypto_la_SOURCES += bn/bn_rand.c |
438 | libcrypto_la_SOURCES += bn/bn_recp.c | 438 | libcrypto_la_SOURCES += bn/bn_recp.c |
439 | libcrypto_la_SOURCES += bn/bn_shift.c | 439 | libcrypto_la_SOURCES += bn/bn_shift.c |
@@ -968,6 +968,7 @@ noinst_HEADERS += rsa/rsa_local.h | |||
968 | libcrypto_la_SOURCES += sha/sha1.c | 968 | libcrypto_la_SOURCES += sha/sha1.c |
969 | libcrypto_la_SOURCES += sha/sha256.c | 969 | libcrypto_la_SOURCES += sha/sha256.c |
970 | libcrypto_la_SOURCES += sha/sha512.c | 970 | libcrypto_la_SOURCES += sha/sha512.c |
971 | noinst_HEADERS += sha/sha_internal.h | ||
971 | 972 | ||
972 | # sm3 | 973 | # sm3 |
973 | libcrypto_la_SOURCES += sm3/sm3.c | 974 | libcrypto_la_SOURCES += sm3/sm3.c |