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 | |
| parent | Removed wolfssl (diff) | |
| download | loader-4412d9dbe8c4aad6b3b7092a6e1b449edaaf6ff4.tar.xz loader-4412d9dbe8c4aad6b3b7092a6e1b449edaaf6ff4.zip | |
Added wolfssl as a submodule
| -rw-r--r-- | .gitmodules | 5 | ||||
| m--------- | client/wolfssl | 0 |
2 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 diff --git a/client/wolfssl b/client/wolfssl new file mode 160000 +Subproject 5015ddb9b1eee748efc24056e46f81888c975f7 |