From 0fe5ee7be3ffc6386a6e0aefc40342cf64f44062 Mon Sep 17 00:00:00 2001 From: Craig Tiller Date: Tue, 22 Dec 2015 12:50:36 -0800 Subject: BoringSSL integration: non-vsprojects changes --- .gitmodules | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules index 4d35fdece3..4ca1b8d640 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,10 +1,6 @@ [submodule "third_party/zlib"] path = third_party/zlib url = https://github.com/madler/zlib -[submodule "third_party/openssl"] - path = third_party/openssl - url = https://github.com/openssl/openssl.git - branch = OpenSSL_1_0_2-stable [submodule "third_party/protobuf"] path = third_party/protobuf url = https://github.com/google/protobuf.git @@ -15,3 +11,6 @@ [submodule "third_party/googletest"] path = third_party/googletest url = https://github.com/google/googletest.git +[submodule "third_party/boringssl"] + path = third_party/boringssl + url = https://boringssl.googlesource.com/boringssl -- cgit v1.2.3