diff options
author | Brent Cook <busterb@gmail.com> | 2022-05-08 22:23:36 -0500 |
---|---|---|
committer | Brent Cook <busterb@gmail.com> | 2022-05-08 22:23:36 -0500 |
commit | 5e974ea695aa57965c3037c787850012e188dfdb (patch) | |
tree | 8e3bf8185f5ccc1725e0b3d161f3c91e3d2af5b4 /crypto/Makefile.am | |
parent | b52dc3d9b292f4f644d7506a2d62df11f2a6e269 (diff) | |
download | portable-5e974ea695aa57965c3037c787850012e188dfdb.tar.gz portable-5e974ea695aa57965c3037c787850012e188dfdb.tar.bz2 portable-5e974ea695aa57965c3037c787850012e188dfdb.zip |
update for latest upstream
Diffstat (limited to 'crypto/Makefile.am')
-rw-r--r-- | crypto/Makefile.am | 5 |
1 files changed, 5 insertions, 0 deletions
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 |