Skip to content

Commit

Permalink
Add tls1_prf.c to build
Browse files Browse the repository at this point in the history
  • Loading branch information
botovq committed Jul 9, 2024
1 parent b26d6bf commit 1e162d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions crypto/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -485,6 +485,7 @@ set(
evp/pmeth_gn.c
evp/pmeth_lib.c
hkdf/hkdf.c
hkdf/tls1_prf.c
hmac/hm_ameth.c
hmac/hm_pmeth.c
hmac/hmac.c
Expand Down
1 change: 1 addition & 0 deletions crypto/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -687,6 +687,7 @@ noinst_HEADERS += idea/idea_local.h
# kdf
libcrypto_la_SOURCES += kdf/hkdf_evp.c
libcrypto_la_SOURCES += kdf/kdf_err.c
libcrypto_la_SOURCES += kdf/tls1_prf.c

# lhash
libcrypto_la_SOURCES += lhash/lhash.c
Expand Down

0 comments on commit 1e162d4

Please sign in to comment.