forked from Laupetin/OpenAssetTools
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request Laupetin#318 from Laupetin/dependabot/submodules/t…
…hirdparty/libtomcrypt-a81dab9 chore(deps): bump thirdparty/libtomcrypt from `507c668` to `a81dab9`
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule libtomcrypt
updated
25 files
+0 −4 | .ci/build.sh | |
+0 −4 | .ci/check_source.sh | |
+0 −4 | .ci/clang-tidy.sh | |
+0 −4 | .ci/coverage.sh | |
+0 −4 | .ci/coverage_more.sh | |
+0 −4 | .ci/meta_builds.sh | |
+0 −4 | .ci/printinfo.sh | |
+0 −4 | .ci/run.sh | |
+0 −4 | .ci/testbuild.sh | |
+0 −4 | .ci/valgrind.sh | |
+18 −24 | demos/CMakeLists.txt | |
+21 −31 | demos/aesgcm.c | |
+34 −22 | demos/crypt.c | |
+14 −9 | demos/hashsum.c | |
+83 −56 | demos/openssl-enc.c | |
+15 −1 | demos/pem-info.c | |
+44 −17 | demos/timing.c | |
+21 −2 | demos/tv_gen.c | |
+2 −0 | makefile | |
+10 −17 | makefile_include.mk | |
+4 −0 | src/headers/tomcrypt.h | |
+3 −0 | src/headers/tomcrypt_cfg.h | |
+2 −1 | src/headers/tomcrypt_private.h | |
+5 −6 | src/misc/error_to_string.c | |
+1 −1 | tests/multi_test.c |