diff options
Diffstat (limited to '')
-rw-r--r-- | crypto/Makefile.am | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/crypto/Makefile.am b/crypto/Makefile.am index 0cb3852..97a78e0 100644 --- a/crypto/Makefile.am +++ b/crypto/Makefile.am | |||
@@ -726,6 +726,8 @@ noinst_HEADERS += hidden/openssl/asn1.h | |||
726 | noinst_HEADERS += hidden/openssl/asn1t.h | 726 | noinst_HEADERS += hidden/openssl/asn1t.h |
727 | noinst_HEADERS += hidden/openssl/bio.h | 727 | noinst_HEADERS += hidden/openssl/bio.h |
728 | noinst_HEADERS += hidden/openssl/chacha.h | 728 | noinst_HEADERS += hidden/openssl/chacha.h |
729 | noinst_HEADERS += hidden/openssl/ct.h | ||
730 | noinst_HEADERS += hidden/openssl/dso.h | ||
729 | noinst_HEADERS += hidden/openssl/ec.h | 731 | noinst_HEADERS += hidden/openssl/ec.h |
730 | noinst_HEADERS += hidden/openssl/ecdh.h | 732 | noinst_HEADERS += hidden/openssl/ecdh.h |
731 | noinst_HEADERS += hidden/openssl/ecdsa.h | 733 | noinst_HEADERS += hidden/openssl/ecdsa.h |
@@ -776,12 +778,10 @@ libcrypto_la_SOURCES += lhash/lhash.c | |||
776 | # md4 | 778 | # md4 |
777 | libcrypto_la_SOURCES += md4/md4_dgst.c | 779 | libcrypto_la_SOURCES += md4/md4_dgst.c |
778 | libcrypto_la_SOURCES += md4/md4_one.c | 780 | libcrypto_la_SOURCES += md4/md4_one.c |
779 | noinst_HEADERS += md4/md4_local.h | ||
780 | 781 | ||
781 | # md5 | 782 | # md5 |
782 | libcrypto_la_SOURCES += md5/md5_dgst.c | 783 | libcrypto_la_SOURCES += md5/md5_dgst.c |
783 | libcrypto_la_SOURCES += md5/md5_one.c | 784 | libcrypto_la_SOURCES += md5/md5_one.c |
784 | noinst_HEADERS += md5/md5_local.h | ||
785 | 785 | ||
786 | # modes | 786 | # modes |
787 | libcrypto_la_SOURCES += modes/cbc128.c | 787 | libcrypto_la_SOURCES += modes/cbc128.c |
@@ -878,7 +878,6 @@ noinst_HEADERS += rc4/rc4_local.h | |||
878 | # ripemd | 878 | # ripemd |
879 | libcrypto_la_SOURCES += ripemd/rmd_dgst.c | 879 | libcrypto_la_SOURCES += ripemd/rmd_dgst.c |
880 | libcrypto_la_SOURCES += ripemd/rmd_one.c | 880 | libcrypto_la_SOURCES += ripemd/rmd_one.c |
881 | noinst_HEADERS += ripemd/rmd_local.h | ||
882 | noinst_HEADERS += ripemd/rmdconst.h | 881 | noinst_HEADERS += ripemd/rmdconst.h |
883 | 882 | ||
884 | # rsa | 883 | # rsa |