aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--crypto/CMakeLists.txt1
-rw-r--r--crypto/Makefile.am1
2 files changed, 2 insertions, 0 deletions
diff --git a/crypto/CMakeLists.txt b/crypto/CMakeLists.txt
index bd1a142..b882dbe 100644
--- a/crypto/CMakeLists.txt
+++ b/crypto/CMakeLists.txt
@@ -485,6 +485,7 @@ set(
485 evp/pmeth_gn.c 485 evp/pmeth_gn.c
486 evp/pmeth_lib.c 486 evp/pmeth_lib.c
487 hkdf/hkdf.c 487 hkdf/hkdf.c
488 hkdf/tls1_prf.c
488 hmac/hm_ameth.c 489 hmac/hm_ameth.c
489 hmac/hm_pmeth.c 490 hmac/hm_pmeth.c
490 hmac/hmac.c 491 hmac/hmac.c
diff --git a/crypto/Makefile.am b/crypto/Makefile.am
index 357e669..3a463ef 100644
--- a/crypto/Makefile.am
+++ b/crypto/Makefile.am
@@ -687,6 +687,7 @@ noinst_HEADERS += idea/idea_local.h
687# kdf 687# kdf
688libcrypto_la_SOURCES += kdf/hkdf_evp.c 688libcrypto_la_SOURCES += kdf/hkdf_evp.c
689libcrypto_la_SOURCES += kdf/kdf_err.c 689libcrypto_la_SOURCES += kdf/kdf_err.c
690libcrypto_la_SOURCES += kdf/tls1_prf.c
690 691
691# lhash 692# lhash
692libcrypto_la_SOURCES += lhash/lhash.c 693libcrypto_la_SOURCES += lhash/lhash.c