aboutsummaryrefslogtreecommitdiff
path: root/crypto/Makefile.am
diff options
context:
space:
mode:
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