summaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorWeiyi Wang <wwylele@gmail.com>2017-02-13 22:03:55 +0200
committerYuri Kunde Schlesner <yuriks@yuriks.net>2017-02-13 12:03:55 -0800
commitdbc94efdb5e228544cad3fac5087693cd8dca2e7 (patch)
tree147b5086ac70a29eb064396aeaa1c37f3fd4b8dc /.gitmodules
parentd60767d393b0fd163d2676f649e3c209537ef884 (diff)
Core: add cryptopp library (#2412)
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules3
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