-
Notifications
You must be signed in to change notification settings - Fork 99
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated submodules to latest version
- Loading branch information
1 parent
2e7a1ef
commit 3bd3fa1
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule wolfTPM
updated
13 files
+1 −0 | .gitignore | |
+2 −2 | CMakeLists.txt | |
+11 −27 | configure.ac | |
+214 −0 | examples/keygen/external_import.c | |
+9 −1 | examples/keygen/include.am | |
+4 −1 | examples/keygen/keygen.c | |
+1 −0 | examples/keygen/keygen.h | |
+149 −112 | m4/ax_pthread.m4 | |
+45 −27 | src/tpm2_packet.c | |
+497 −161 | src/tpm2_wrap.c | |
+1 −0 | wolftpm/tpm2_packet.h | |
+19 −6 | wolftpm/tpm2_types.h | |
+103 −10 | wolftpm/tpm2_wrap.h |