diff options
author | Weiyi Wang <wwylele@gmail.com> | 2017-02-13 22:03:55 +0200 |
---|---|---|
committer | Yuri Kunde Schlesner <yuriks@yuriks.net> | 2017-02-13 12:03:55 -0800 |
commit | dbc94efdb5e228544cad3fac5087693cd8dca2e7 (patch) | |
tree | 147b5086ac70a29eb064396aeaa1c37f3fd4b8dc /.gitmodules | |
parent | d60767d393b0fd163d2676f649e3c209537ef884 (diff) |
Core: add cryptopp library (#2412)
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index dbb1b0dd3..f98725622 100644 --- a/.gitmodules +++ b/.gitmodules @@ -19,3 +19,6 @@ [submodule "xbyak"] path = externals/xbyak url = https://github.com/herumi/xbyak.git +[submodule "cryptopp"] + path = externals/cryptopp/cryptopp + url = https://github.com/weidai11/cryptopp.git |