Skip to content

Commit

Permalink
Switch pkcs11 submodule to OASIS repository
Browse files Browse the repository at this point in the history
  • Loading branch information
paulbartell committed Feb 7, 2024
1 parent cb865c1 commit 648809a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[submodule "source/dependency/3rdparty/pkcs11"]
path = source/dependency/3rdparty/pkcs11
url = https://github.com/amazon-freertos/pkcs11.git
url = https://github.com/oasis-tcs/pkcs11.git
2 changes: 1 addition & 1 deletion pkcsFilePaths.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ set( PKCS_SOURCES

# corePKCS11 library public include directories.
set( PKCS_INCLUDE_PUBLIC_DIRS
"${CMAKE_CURRENT_LIST_DIR}/source/dependency/3rdparty/pkcs11"
"${CMAKE_CURRENT_LIST_DIR}/source/dependency/3rdparty/pkcs11/published/2-40-errata-1"
"${CMAKE_CURRENT_LIST_DIR}/source/include"
)

Expand Down

0 comments on commit 648809a

Please sign in to comment.