diff options
| author | Brent Cook <busterb@gmail.com> | 2022-05-09 02:21:16 -0500 |
|---|---|---|
| committer | Brent Cook <busterb@gmail.com> | 2022-05-09 02:21:16 -0500 |
| commit | b07c773ca8390c137043c62a5ccd5d876920e929 (patch) | |
| tree | 97537b280ebf000247b88066cf64d2ea1f1901a7 | |
| parent | 585d02bdfe1486d8907dcc5dbe0f4db3ac2448cc (diff) | |
| download | portable-b07c773ca8390c137043c62a5ccd5d876920e929.tar.gz portable-b07c773ca8390c137043c62a5ccd5d876920e929.tar.bz2 portable-b07c773ca8390c137043c62a5ccd5d876920e929.zip | |
expose kdf.h as a public header
| -rw-r--r-- | crypto/Makefile.am | 1 | ||||
| -rwxr-xr-x | update.sh | 2 |
2 files changed, 1 insertions, 2 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 |
| 764 | libcrypto_la_SOURCES += kdf/hkdf_evp.c | 764 | libcrypto_la_SOURCES += kdf/hkdf_evp.c |
| 765 | libcrypto_la_SOURCES += kdf/kdf_err.c | 765 | libcrypto_la_SOURCES += kdf/kdf_err.c |
| 766 | noinst_HEADERS += kdf/kdf.h | ||
| 767 | 766 | ||
| 768 | # lhash | 767 | # lhash |
| 769 | libcrypto_la_SOURCES += lhash/lh_stats.c | 768 | libcrypto_la_SOURCES += lhash/lh_stats.c |
| @@ -124,7 +124,7 @@ copy_hdrs $libcrypto_src "stack/stack.h lhash/lhash.h stack/safestack.h | |||
| 124 | rc2/rc2.h rc4/rc4.h ui/ui_compat.h txt_db/txt_db.h | 124 | rc2/rc2.h rc4/rc4.h ui/ui_compat.h txt_db/txt_db.h |
| 125 | sm3/sm3.h sm4/sm4.h chacha/chacha.h evp/evp.h poly1305/poly1305.h | 125 | sm3/sm3.h sm4/sm4.h chacha/chacha.h evp/evp.h poly1305/poly1305.h |
| 126 | camellia/camellia.h gost/gost.h curve25519/curve25519.h | 126 | camellia/camellia.h gost/gost.h curve25519/curve25519.h |
| 127 | ct/ct.h" | 127 | ct/ct.h kdf/kdf.h" |
| 128 | 128 | ||
| 129 | copy_hdrs $libssl_src "srtp.h ssl.h ssl2.h ssl3.h ssl23.h tls1.h dtls1.h" | 129 | copy_hdrs $libssl_src "srtp.h ssl.h ssl2.h ssl3.h ssl23.h tls1.h dtls1.h" |
| 130 | 130 | ||
