Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions cmake/crypto.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ set(CCFCRYPTO_SRC
${CCF_DIR}/src/crypto/openssl/cose_verifier.cpp
${CCF_DIR}/src/crypto/openssl/cose_sign.cpp
${CCF_DIR}/src/crypto/sharing.cpp
${CCF_DIR}/src/crypto/cbor.cpp
)

find_library(CRYPTO_LIBRARY crypto)
Expand All @@ -41,6 +42,7 @@ target_link_libraries(ccfcrypto PUBLIC qcbor)
target_link_libraries(ccfcrypto PUBLIC t_cose)
target_link_libraries(ccfcrypto PUBLIC crypto)
target_link_libraries(ccfcrypto PUBLIC ssl)
target_link_libraries(ccfcrypto PRIVATE evercbor)
set_property(TARGET ccfcrypto PROPERTY POSITION_INDEPENDENT_CODE ON)

install(
Expand Down
Loading
Loading