diff options
author | Theo Buehler <tb@openbsd.org> | 2024-07-09 15:46:36 -0600 |
---|---|---|
committer | Theo Buehler <tb@openbsd.org> | 2024-07-09 15:46:36 -0600 |
commit | 1e162d446b4e0882060e2e00afaaaeae6e4ca10c (patch) | |
tree | 39d3797391a161106b6ed9dd10a8a75242924945 | |
parent | b26d6bfcbdcfc372feb5c0b3fadab143933d51d9 (diff) | |
download | portable-1e162d446b4e0882060e2e00afaaaeae6e4ca10c.tar.gz portable-1e162d446b4e0882060e2e00afaaaeae6e4ca10c.tar.bz2 portable-1e162d446b4e0882060e2e00afaaaeae6e4ca10c.zip |
Add tls1_prf.c to build
-rw-r--r-- | crypto/CMakeLists.txt | 1 | ||||
-rw-r--r-- | crypto/Makefile.am | 1 |
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 |
688 | libcrypto_la_SOURCES += kdf/hkdf_evp.c | 688 | libcrypto_la_SOURCES += kdf/hkdf_evp.c |
689 | libcrypto_la_SOURCES += kdf/kdf_err.c | 689 | libcrypto_la_SOURCES += kdf/kdf_err.c |
690 | libcrypto_la_SOURCES += kdf/tls1_prf.c | ||
690 | 691 | ||
691 | # lhash | 692 | # lhash |
692 | libcrypto_la_SOURCES += lhash/lhash.c | 693 | libcrypto_la_SOURCES += lhash/lhash.c |