Skip to content

Commit

Permalink
Update to latest OpenEMV common crypto submodule
Browse files Browse the repository at this point in the history
Changes include:
* Fix bug when populating local copy of MbedTLS
* Remove EXCLUDE_FROM_ALL when added crypto module
  • Loading branch information
leonlynch committed Apr 30, 2022
1 parent a8dd5dd commit 6935f22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ endif()

# Allow parent scope to provide crypto targets when not building shared libs
if(TR31_IS_TOP_LEVEL OR BUILD_SHARED_LIBS)
add_subdirectory(crypto EXCLUDE_FROM_ALL)
add_subdirectory(crypto)
add_subdirectory(crypto/test)
elseif (NOT TARGET crypto_tdes OR
NOT TARGET crypto_aes OR
Expand Down
2 changes: 1 addition & 1 deletion crypto

0 comments on commit 6935f22

Please sign in to comment.