aboutsummaryrefslogtreecommitdiff
path: root/crypto/Makefile.am
diff options
context:
space:
mode:
authorTheo Buehler <tb@openbsd.org>2023-04-11 06:11:08 -0600
committerTheo Buehler <tb@openbsd.org>2023-04-11 06:11:08 -0600
commit418d7adf8a782b12517c26eaaa6fcdf044c15ff2 (patch)
treeb238c3e9c0a18134a17375639a8188d3253d38ce /crypto/Makefile.am
parentf79a103b256764a3f8e2900cd3bc1ff7dbe54e8b (diff)
downloadportable-418d7adf8a782b12517c26eaaa6fcdf044c15ff2.tar.gz
portable-418d7adf8a782b12517c26eaaa6fcdf044c15ff2.tar.bz2
portable-418d7adf8a782b12517c26eaaa6fcdf044c15ff2.zip
Update for mod_sqrt and sha1 changes
Diffstat (limited to 'crypto/Makefile.am')
-rw-r--r--crypto/Makefile.am5
1 files changed, 2 insertions, 3 deletions
diff --git a/crypto/Makefile.am b/crypto/Makefile.am
index 3939802..da37427 100644
--- a/crypto/Makefile.am
+++ b/crypto/Makefile.am
@@ -426,6 +426,7 @@ libcrypto_la_SOURCES += bn/bn_isqrt.c
426libcrypto_la_SOURCES += bn/bn_kron.c 426libcrypto_la_SOURCES += bn/bn_kron.c
427libcrypto_la_SOURCES += bn/bn_lib.c 427libcrypto_la_SOURCES += bn/bn_lib.c
428libcrypto_la_SOURCES += bn/bn_mod.c 428libcrypto_la_SOURCES += bn/bn_mod.c
429libcrypto_la_SOURCES += bn/bn_mod_sqrt.c
429libcrypto_la_SOURCES += bn/bn_mont.c 430libcrypto_la_SOURCES += bn/bn_mont.c
430libcrypto_la_SOURCES += bn/bn_mpi.c 431libcrypto_la_SOURCES += bn/bn_mpi.c
431libcrypto_la_SOURCES += bn/bn_mul.c 432libcrypto_la_SOURCES += bn/bn_mul.c
@@ -437,7 +438,6 @@ libcrypto_la_SOURCES += bn/bn_recp.c
437libcrypto_la_SOURCES += bn/bn_shift.c 438libcrypto_la_SOURCES += bn/bn_shift.c
438libcrypto_la_SOURCES += bn/bn_small_primes.c 439libcrypto_la_SOURCES += bn/bn_small_primes.c
439libcrypto_la_SOURCES += bn/bn_sqr.c 440libcrypto_la_SOURCES += bn/bn_sqr.c
440libcrypto_la_SOURCES += bn/bn_sqrt.c
441libcrypto_la_SOURCES += bn/bn_word.c 441libcrypto_la_SOURCES += bn/bn_word.c
442libcrypto_la_SOURCES += bn/bn_x931p.c 442libcrypto_la_SOURCES += bn/bn_x931p.c
443noinst_HEADERS += bn/bn_internal.h 443noinst_HEADERS += bn/bn_internal.h
@@ -969,8 +969,7 @@ libcrypto_la_SOURCES += rsa/rsa_x931.c
969noinst_HEADERS += rsa/rsa_local.h 969noinst_HEADERS += rsa/rsa_local.h
970 970
971# sha 971# sha
972libcrypto_la_SOURCES += sha/sha1_one.c 972libcrypto_la_SOURCES += sha/sha1.c
973libcrypto_la_SOURCES += sha/sha1dgst.c
974libcrypto_la_SOURCES += sha/sha256.c 973libcrypto_la_SOURCES += sha/sha256.c
975libcrypto_la_SOURCES += sha/sha512.c 974libcrypto_la_SOURCES += sha/sha512.c
976noinst_HEADERS += sha/sha_local.h 975noinst_HEADERS += sha/sha_local.h