From 55b4790abd680635fda83d95a3197b2b18288a2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Sch=C3=BCrmann?= Date: Tue, 9 Feb 2016 00:22:20 +0100 Subject: Add bouncycastle submodule --- .gitmodules | 3 +++ extern/bouncycastle | 1 + 2 files changed, 4 insertions(+) create mode 160000 extern/bouncycastle diff --git a/.gitmodules b/.gitmodules index 9e337454e..aed2ac128 100644 --- a/.gitmodules +++ b/.gitmodules @@ -21,3 +21,6 @@ [submodule "OpenKeychain/src/test/resources/openpgp-interop"] path = OpenKeychain/src/test/resources/openpgp-interop url = https://github.com/google/openpgp-interop +[submodule "extern/bouncycastle"] + path = extern/bouncycastle + url = https://github.com/open-keychain/bouncycastle.git diff --git a/extern/bouncycastle b/extern/bouncycastle new file mode 160000 index 000000000..9b11b73f6 --- /dev/null +++ b/extern/bouncycastle @@ -0,0 +1 @@ +Subproject commit 9b11b73f6eb1476e2f7c2b066b2130d32e3b72f7 -- cgit v1.2.3