diff options
| author | quapka | 2024-06-19 16:44:30 +0200 |
|---|---|---|
| committer | quapka | 2024-06-19 16:44:30 +0200 |
| commit | c051ef2ecfa92723d6dea675ac8c345be92cf165 (patch) | |
| tree | c88b20a3614ad9ad62ff5cd7652230ddcf226839 /.gitmodules | |
| parent | 84c71b38c0c74cbb5bbdc85c8864118722f257a4 (diff) | |
| parent | 56a5614fa6627873bb215ca8eba1fc68785c79f4 (diff) | |
| download | ECTester-c051ef2ecfa92723d6dea675ac8c345be92cf165.tar.gz ECTester-c051ef2ecfa92723d6dea675ac8c345be92cf165.tar.zst ECTester-c051ef2ecfa92723d6dea675ac8c345be92cf165.zip | |
Merge branch 'master' into build-with-nix
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 603e4d9..7fea751 100644 --- a/.gitmodules +++ b/.gitmodules @@ -16,3 +16,9 @@ [submodule "ext/ipp-crypto"] path = ext/ipp-crypto url = https://github.com/intel/ipp-crypto +[submodule "ext/wolfcrypt-jni"] + path = ext/wolfcrypt-jni + url = https://github.com/wolfSSL/wolfcrypt-jni +[submodule "ext/mbedtls"] + path = ext/mbedtls + url = https://github.com/Mbed-TLS/mbedtls.git |
