diff options
Diffstat (limited to 'crypto/Makefile.am')
-rw-r--r-- | crypto/Makefile.am | 3 |
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 | |||
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 |