aboutsummaryrefslogtreecommitdiff
path: root/crypto/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/Makefile.am')
-rw-r--r--crypto/Makefile.am3
1 files changed, 2 insertions, 1 deletions
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