diff options
| author | auth12 <[email protected]> | 2020-07-22 08:41:23 -0700 |
|---|---|---|
| committer | auth12 <[email protected]> | 2020-07-22 08:41:23 -0700 |
| commit | 4412d9dbe8c4aad6b3b7092a6e1b449edaaf6ff4 (patch) | |
| tree | 55c953b53ec738de543bcba81c8f984cb65415b0 /.gitmodules | |
| parent | Removed wolfssl (diff) | |
| download | loader-4412d9dbe8c4aad6b3b7092a6e1b449edaaf6ff4.tar.xz loader-4412d9dbe8c4aad6b3b7092a6e1b449edaaf6ff4.zip | |
Added wolfssl as a submodule
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules index f516f1f..c08d126 100644 --- a/.gitmodules +++ b/.gitmodules @@ -6,4 +6,7 @@ url = https://github.com/whoshuu/cpr.git [submodule "shared/linux-pe"] path = shared/linux-pe - url = https://github.com/authentification/linux-pe.git
\ No newline at end of file + url = https://github.com/authentification/linux-pe.git +[submodule "client/wolfssl"] + path = client/wolfssl + url = https://github.com/auth12/wolfssl_windows.git |