aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--crypto/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/Makefile.am b/crypto/Makefile.am
index da37427..485790a 100644
--- a/crypto/Makefile.am
+++ b/crypto/Makefile.am
@@ -292,6 +292,7 @@ libcrypto_la_SOURCES += o_str.c
292noinst_HEADERS += arm_arch.h 292noinst_HEADERS += arm_arch.h
293noinst_HEADERS += constant_time.h 293noinst_HEADERS += constant_time.h
294noinst_HEADERS += cryptlib.h 294noinst_HEADERS += cryptlib.h
295noinst_HEADERS += crypto_internal.h
295noinst_HEADERS += md32_common.h 296noinst_HEADERS += md32_common.h
296noinst_HEADERS += x86_arch.h 297noinst_HEADERS += x86_arch.h
297 298
@@ -972,7 +973,6 @@ noinst_HEADERS += rsa/rsa_local.h
972libcrypto_la_SOURCES += sha/sha1.c 973libcrypto_la_SOURCES += sha/sha1.c
973libcrypto_la_SOURCES += sha/sha256.c 974libcrypto_la_SOURCES += sha/sha256.c
974libcrypto_la_SOURCES += sha/sha512.c 975libcrypto_la_SOURCES += sha/sha512.c
975noinst_HEADERS += sha/sha_local.h
976 976
977# sm3 977# sm3
978libcrypto_la_SOURCES += sm3/sm3.c 978libcrypto_la_SOURCES += sm3/sm3.c