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, 3 insertions, 0 deletions
diff --git a/crypto/Makefile.am b/crypto/Makefile.am
index 93d137e..0f0204e 100644
--- a/crypto/Makefile.am
+++ b/crypto/Makefile.am
@@ -760,6 +760,7 @@ libcrypto_la_SOURCES += evp/m_md5_sha1.c
760libcrypto_la_SOURCES += evp/m_null.c 760libcrypto_la_SOURCES += evp/m_null.c
761libcrypto_la_SOURCES += evp/m_ripemd.c 761libcrypto_la_SOURCES += evp/m_ripemd.c
762libcrypto_la_SOURCES += evp/m_sha1.c 762libcrypto_la_SOURCES += evp/m_sha1.c
763libcrypto_la_SOURCES += evp/m_sha3.c
763libcrypto_la_SOURCES += evp/m_sigver.c 764libcrypto_la_SOURCES += evp/m_sigver.c
764libcrypto_la_SOURCES += evp/m_streebog.c 765libcrypto_la_SOURCES += evp/m_streebog.c
765libcrypto_la_SOURCES += evp/m_sm3.c 766libcrypto_la_SOURCES += evp/m_sm3.c
@@ -967,8 +968,10 @@ noinst_HEADERS += rsa/rsa_local.h
967# sha 968# sha
968libcrypto_la_SOURCES += sha/sha1.c 969libcrypto_la_SOURCES += sha/sha1.c
969libcrypto_la_SOURCES += sha/sha256.c 970libcrypto_la_SOURCES += sha/sha256.c
971libcrypto_la_SOURCES += sha/sha3.c
970libcrypto_la_SOURCES += sha/sha512.c 972libcrypto_la_SOURCES += sha/sha512.c
971noinst_HEADERS += sha/sha_internal.h 973noinst_HEADERS += sha/sha_internal.h
974noinst_HEADERS += sha/sha3_internal.h
972 975
973# sm3 976# sm3
974libcrypto_la_SOURCES += sm3/sm3.c 977libcrypto_la_SOURCES += sm3/sm3.c