aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo Buehler <tb@openbsd.org>2023-04-14 07:15:25 -0600
committerTheo Buehler <tb@openbsd.org>2023-04-14 07:42:59 -0600
commitf5bd09f83c940467ec4a99d8570e2a0da167f4ab (patch)
tree167b7b136c23c0408c53e87c0d561aff5a995488
parent76b135953a6c9885fa1fde0038262debff36639a (diff)
downloadportable-f5bd09f83c940467ec4a99d8570e2a0da167f4ab.tar.gz
portable-f5bd09f83c940467ec4a99d8570e2a0da167f4ab.tar.bz2
portable-f5bd09f83c940467ec4a99d8570e2a0da167f4ab.zip
Update file lists
-rw-r--r--crypto/CMakeLists.txt2
-rw-r--r--crypto/Makefile.am3
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
417libcrypto_la_SOURCES += bn/bn_blind.c 417libcrypto_la_SOURCES += bn/bn_blind.c
418libcrypto_la_SOURCES += bn/bn_bpsw.c 418libcrypto_la_SOURCES += bn/bn_bpsw.c
419libcrypto_la_SOURCES += bn/bn_const.c 419libcrypto_la_SOURCES += bn/bn_const.c
420libcrypto_la_SOURCES += bn/bn_convert.c
420libcrypto_la_SOURCES += bn/bn_ctx.c 421libcrypto_la_SOURCES += bn/bn_ctx.c
421libcrypto_la_SOURCES += bn/bn_div.c 422libcrypto_la_SOURCES += bn/bn_div.c
422libcrypto_la_SOURCES += bn/bn_err.c 423libcrypto_la_SOURCES += bn/bn_err.c
@@ -433,7 +434,6 @@ libcrypto_la_SOURCES += bn/bn_mpi.c
433libcrypto_la_SOURCES += bn/bn_mul.c 434libcrypto_la_SOURCES += bn/bn_mul.c
434libcrypto_la_SOURCES += bn/bn_nist.c 435libcrypto_la_SOURCES += bn/bn_nist.c
435libcrypto_la_SOURCES += bn/bn_prime.c 436libcrypto_la_SOURCES += bn/bn_prime.c
436libcrypto_la_SOURCES += bn/bn_print.c
437libcrypto_la_SOURCES += bn/bn_rand.c 437libcrypto_la_SOURCES += bn/bn_rand.c
438libcrypto_la_SOURCES += bn/bn_recp.c 438libcrypto_la_SOURCES += bn/bn_recp.c
439libcrypto_la_SOURCES += bn/bn_shift.c 439libcrypto_la_SOURCES += bn/bn_shift.c
@@ -968,6 +968,7 @@ noinst_HEADERS += rsa/rsa_local.h
968libcrypto_la_SOURCES += sha/sha1.c 968libcrypto_la_SOURCES += sha/sha1.c
969libcrypto_la_SOURCES += sha/sha256.c 969libcrypto_la_SOURCES += sha/sha256.c
970libcrypto_la_SOURCES += sha/sha512.c 970libcrypto_la_SOURCES += sha/sha512.c
971noinst_HEADERS += sha/sha_internal.h
971 972
972# sm3 973# sm3
973libcrypto_la_SOURCES += sm3/sm3.c 974libcrypto_la_SOURCES += sm3/sm3.c