summaryrefslogtreecommitdiff
path: root/deps/openssl/openssl/.gitmodules
diff options
context:
space:
mode:
Diffstat (limited to 'deps/openssl/openssl/.gitmodules')
-rw-r--r--deps/openssl/openssl/.gitmodules11
1 files changed, 11 insertions, 0 deletions
diff --git a/deps/openssl/openssl/.gitmodules b/deps/openssl/openssl/.gitmodules
new file mode 100644
index 0000000000..af32ea618c
--- /dev/null
+++ b/deps/openssl/openssl/.gitmodules
@@ -0,0 +1,11 @@
+[submodule "boringssl"]
+ path = boringssl
+ url = https://boringssl.googlesource.com/boringssl
+
+[submodule "pyca.cryptography"]
+ path = pyca-cryptography
+ url = https://github.com/pyca/cryptography.git
+
+[submodule "krb5"]
+ path = krb5
+ url = https://github.com/krb5/krb5