From 7385e10ce1106215d15f874a024ca224c7417eea Mon Sep 17 00:00:00 2001 From: Li Xun Date: Tue, 8 Oct 2024 10:13:33 +0800 Subject: [PATCH] Correct ipp-crypto submodule branch name (#1060) Only change branch name displayed in `.gitmodules`. No change to submodule commit or source code. Signed-off-by: Li, Xun --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 69e977700..f7a282fb2 100644 --- a/.gitmodules +++ b/.gitmodules @@ -12,7 +12,7 @@ [submodule "ipp-crypto"] path = external/ippcp_internal/ipp-crypto url = https://github.com/intel/ipp-crypto.git - branch = ipp-crypto_2021_10_0 + branch = ipp-crypto_2021_12_1 [submodule "external/protobuf/protobuf_code"] path = external/protobuf/protobuf_code url = https://github.com/protocolbuffers/protobuf.git