diff options
-rw-r--r-- | crypto/Makefile.am | 2 |
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 | |||
292 | noinst_HEADERS += arm_arch.h | 292 | noinst_HEADERS += arm_arch.h |
293 | noinst_HEADERS += constant_time.h | 293 | noinst_HEADERS += constant_time.h |
294 | noinst_HEADERS += cryptlib.h | 294 | noinst_HEADERS += cryptlib.h |
295 | noinst_HEADERS += crypto_internal.h | ||
295 | noinst_HEADERS += md32_common.h | 296 | noinst_HEADERS += md32_common.h |
296 | noinst_HEADERS += x86_arch.h | 297 | noinst_HEADERS += x86_arch.h |
297 | 298 | ||
@@ -972,7 +973,6 @@ noinst_HEADERS += rsa/rsa_local.h | |||
972 | libcrypto_la_SOURCES += sha/sha1.c | 973 | libcrypto_la_SOURCES += sha/sha1.c |
973 | libcrypto_la_SOURCES += sha/sha256.c | 974 | libcrypto_la_SOURCES += sha/sha256.c |
974 | libcrypto_la_SOURCES += sha/sha512.c | 975 | libcrypto_la_SOURCES += sha/sha512.c |
975 | noinst_HEADERS += sha/sha_local.h | ||
976 | 976 | ||
977 | # sm3 | 977 | # sm3 |
978 | libcrypto_la_SOURCES += sm3/sm3.c | 978 | libcrypto_la_SOURCES += sm3/sm3.c |