From c2cf0c65b2dd5b4e5648ffb0c769caa6980b4a93 Mon Sep 17 00:00:00 2001 From: "Tate, Hongliang Tian" Date: Fri, 22 Feb 2019 17:20:02 +0800 Subject: [PATCH] Use Occlum's xmas-elf and sgx_protect_file --- .gitmodules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index ad9ba05a..64a350c3 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,8 +4,8 @@ branch = master [submodule "deps/xmas-elf"] path = deps/xmas-elf - url = http://github.com/tatetian/xmas-elf + url = http://github.com/occlum/xmas-elf branch = master [submodule "deps/sgx_protect_file"] path = deps/sgx_protect_file - url = https://github.com/tatetian/sgx_protect_file + url = https://github.com/occlum/sgx_protect_file