The branch master has been updated via 23fb3661cf914eb6a0776abec629b0e3e5976b7f (commit) from 3ee3c4d2abeeeadc8d33498d1466a3a8381d286b (commit)
- Log ----------------------------------------------------------------- commit 23fb3661cf914eb6a0776abec629b0e3e5976b7f Author: Hu Keping <hukep...@huawei.com> Date: Tue Nov 3 20:14:36 2020 +0000 Do not export the submodules gost-engine Remove gost-engine from the distribution tarball. Signed-off-by: Hu Keping <hukep...@huawei.com> Reviewed-by: Richard Levitte <levi...@openssl.org> Reviewed-by: Dmitry Belyavskiy <beld...@gmail.com> (Merged from https://github.com/openssl/openssl/pull/13301) ----------------------------------------------------------------------- Summary of changes: .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index e2558331ac..3fbaf1160f 100644 --- a/.gitattributes +++ b/.gitattributes @@ -11,3 +11,4 @@ boringssl export-ignore krb5 export-ignore pyca-cryptography export-ignore dev export-ignore +gost-engine export-ignore