aboutsummaryrefslogtreecommitdiff
path: root/crypto/Makefile.am
diff options
context:
space:
mode:
authorBrent Cook <busterb@gmail.com>2022-05-09 02:21:16 -0500
committerBrent Cook <busterb@gmail.com>2022-05-09 02:21:16 -0500
commitb07c773ca8390c137043c62a5ccd5d876920e929 (patch)
tree97537b280ebf000247b88066cf64d2ea1f1901a7 /crypto/Makefile.am
parent585d02bdfe1486d8907dcc5dbe0f4db3ac2448cc (diff)
downloadportable-b07c773ca8390c137043c62a5ccd5d876920e929.tar.gz
portable-b07c773ca8390c137043c62a5ccd5d876920e929.tar.bz2
portable-b07c773ca8390c137043c62a5ccd5d876920e929.zip
expose kdf.h as a public header
Diffstat (limited to 'crypto/Makefile.am')
-rw-r--r--crypto/Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/crypto/Makefile.am b/crypto/Makefile.am
index 888270b..b78f491 100644
--- a/crypto/Makefile.am
+++ b/crypto/Makefile.am
@@ -763,7 +763,6 @@ noinst_HEADERS += idea/idea_lcl.h
763# kdf 763# kdf
764libcrypto_la_SOURCES += kdf/hkdf_evp.c 764libcrypto_la_SOURCES += kdf/hkdf_evp.c
765libcrypto_la_SOURCES += kdf/kdf_err.c 765libcrypto_la_SOURCES += kdf/kdf_err.c
766noinst_HEADERS += kdf/kdf.h
767 766
768# lhash 767# lhash
769libcrypto_la_SOURCES += lhash/lh_stats.c 768libcrypto_la_SOURCES += lhash/lh_stats.c