diff options
| author | Michael Forney <mforney@mforney.org> | 2017-10-01 14:14:26 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2017-10-03 23:05:27 -0700 |
| commit | 26550ea9d5b168d720d5feeab02c25f070c388be (patch) | |
| tree | 7be0948c3bd31351420c674487c7ec6ff696d5d0 /.gitmodules | |
| parent | da6337aa5a73f535ef9ff2588ffc019f96613590 (diff) | |
Add libsignal-protocol-c git
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 76cae040..3f8ef0d6 100644 --- a/.gitmodules +++ b/.gitmodules @@ -112,6 +112,10 @@ [submodule "pkg/libpng/src"] path = pkg/libpng/src url = https://github.com/glennrp/libpng +[submodule "pkg/libsignal-protocol-c/src"] + path = pkg/libsignal-protocol-c/src + url = https://github.com/WhisperSystems/libsignal-protocol-c + ignore = all [submodule "pkg/libusb/src"] path = pkg/libusb/src url = https://github.com/libusb/libusb |
