diff options
Diffstat (limited to 'crypto')
-rw-r--r-- | crypto/CMakeLists.txt | 2 | ||||
-rw-r--r-- | crypto/Makefile.am | 5 |
2 files changed, 7 insertions, 0 deletions
diff --git a/crypto/CMakeLists.txt b/crypto/CMakeLists.txt index 9b66d9f..2d23332 100644 --- a/crypto/CMakeLists.txt +++ b/crypto/CMakeLists.txt | |||
@@ -602,6 +602,8 @@ set( | |||
602 | idea/i_ecb.c | 602 | idea/i_ecb.c |
603 | idea/i_ofb64.c | 603 | idea/i_ofb64.c |
604 | idea/i_skey.c | 604 | idea/i_skey.c |
605 | kdf/hkdf_evp.c | ||
606 | kdf/kdf_err.c | ||
605 | lhash/lh_stats.c | 607 | lhash/lh_stats.c |
606 | lhash/lhash.c | 608 | lhash/lhash.c |
607 | md4/md4_dgst.c | 609 | md4/md4_dgst.c |
diff --git a/crypto/Makefile.am b/crypto/Makefile.am index 0f39753..888270b 100644 --- a/crypto/Makefile.am +++ b/crypto/Makefile.am | |||
@@ -760,6 +760,11 @@ libcrypto_la_SOURCES += idea/i_ofb64.c | |||
760 | libcrypto_la_SOURCES += idea/i_skey.c | 760 | libcrypto_la_SOURCES += idea/i_skey.c |
761 | noinst_HEADERS += idea/idea_lcl.h | 761 | noinst_HEADERS += idea/idea_lcl.h |
762 | 762 | ||
763 | # kdf | ||
764 | libcrypto_la_SOURCES += kdf/hkdf_evp.c | ||
765 | libcrypto_la_SOURCES += kdf/kdf_err.c | ||
766 | noinst_HEADERS += kdf/kdf.h | ||
767 | |||
763 | # lhash | 768 | # lhash |
764 | libcrypto_la_SOURCES += lhash/lh_stats.c | 769 | libcrypto_la_SOURCES += lhash/lh_stats.c |
765 | libcrypto_la_SOURCES += lhash/lhash.c | 770 | libcrypto_la_SOURCES += lhash/lhash.c |