expose kdf.h as a public header

This commit is contained in:
Brent Cook
2022-05-09 02:21:16 -05:00
parent 585d02bdfe
commit b07c773ca8
2 changed files with 1 additions and 2 deletions

View File

@@ -763,7 +763,6 @@ noinst_HEADERS += idea/idea_lcl.h
# kdf
libcrypto_la_SOURCES += kdf/hkdf_evp.c
libcrypto_la_SOURCES += kdf/kdf_err.c
noinst_HEADERS += kdf/kdf.h
# lhash
libcrypto_la_SOURCES += lhash/lh_stats.c