Skip to content

Commit

Permalink
Add OpenEMV common crypto abstraction as a submodule
Browse files Browse the repository at this point in the history
The intention is for this crypto abstraction to replace the crypto
abstraction and many of the helper functions in tr31_crypto.
  • Loading branch information
leonlynch committed Apr 2, 2022
1 parent 8998672 commit 6d6b58a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "crypto"]
path = crypto
url = https://github.com/openemv/crypto.git
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_CURRENT_SOURCE_DIR}/cmake/Mo

include(CTest)

add_subdirectory(crypto)
add_subdirectory(src)
add_subdirectory(test)

Expand Down
1 change: 1 addition & 0 deletions crypto
Submodule crypto added at cc3930

0 comments on commit 6d6b58a

Please sign in to comment.