From: Gao, Liming Date: Wed, 3 Sep 2014 08:56:12 +0000 (+0000) Subject: CryptoPkg: Convert non DOS format files to DOS format X-Git-Tag: edk2-stable201903~10944 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=08ae2c0eec0ac1161115f7bd04dfb1a15d9c25eb CryptoPkg: Convert non DOS format files to DOS format Module UNI and Package UNI files are not DOS format. Convert them to DOS format. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Gao, Liming git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@16051 6f19259b-4bc3-4df7-8a09-765794883524 --- diff --git a/CryptoPkg/Application/Cryptest/Cryptest.uni b/CryptoPkg/Application/Cryptest/Cryptest.uni index 01d67f4e04..0ae792eee0 100644 Binary files a/CryptoPkg/Application/Cryptest/Cryptest.uni and b/CryptoPkg/Application/Cryptest/Cryptest.uni differ diff --git a/CryptoPkg/CryptRuntimeDxe/CryptRuntimeDxe.uni b/CryptoPkg/CryptRuntimeDxe/CryptRuntimeDxe.uni index 6fa327953c..9e49aebd78 100644 Binary files a/CryptoPkg/CryptRuntimeDxe/CryptRuntimeDxe.uni and b/CryptoPkg/CryptRuntimeDxe/CryptRuntimeDxe.uni differ diff --git a/CryptoPkg/CryptoPkg.uni b/CryptoPkg/CryptoPkg.uni index ecf2221ed4..0f3dd225ca 100644 Binary files a/CryptoPkg/CryptoPkg.uni and b/CryptoPkg/CryptoPkg.uni differ diff --git a/CryptoPkg/Library/BaseCryptLib/BaseCryptLib.uni b/CryptoPkg/Library/BaseCryptLib/BaseCryptLib.uni index 68b5107ff1..dcfde21b06 100644 Binary files a/CryptoPkg/Library/BaseCryptLib/BaseCryptLib.uni and b/CryptoPkg/Library/BaseCryptLib/BaseCryptLib.uni differ diff --git a/CryptoPkg/Library/BaseCryptLib/PeiCryptLib.uni b/CryptoPkg/Library/BaseCryptLib/PeiCryptLib.uni index 4c6b6171fd..aaa28d0598 100644 Binary files a/CryptoPkg/Library/BaseCryptLib/PeiCryptLib.uni and b/CryptoPkg/Library/BaseCryptLib/PeiCryptLib.uni differ diff --git a/CryptoPkg/Library/BaseCryptLib/RuntimeCryptLib.uni b/CryptoPkg/Library/BaseCryptLib/RuntimeCryptLib.uni index d4b9b9e9ea..fdf3f89db0 100644 Binary files a/CryptoPkg/Library/BaseCryptLib/RuntimeCryptLib.uni and b/CryptoPkg/Library/BaseCryptLib/RuntimeCryptLib.uni differ diff --git a/CryptoPkg/Library/BaseCryptLib/SmmCryptLib.uni b/CryptoPkg/Library/BaseCryptLib/SmmCryptLib.uni index 4b4238de43..89f598a56d 100644 Binary files a/CryptoPkg/Library/BaseCryptLib/SmmCryptLib.uni and b/CryptoPkg/Library/BaseCryptLib/SmmCryptLib.uni differ diff --git a/CryptoPkg/Library/BaseCryptLibRuntimeCryptProtocol/BaseCryptLibRuntimeCryptProtocol.uni b/CryptoPkg/Library/BaseCryptLibRuntimeCryptProtocol/BaseCryptLibRuntimeCryptProtocol.uni index 400c4675d0..f16637b771 100644 Binary files a/CryptoPkg/Library/BaseCryptLibRuntimeCryptProtocol/BaseCryptLibRuntimeCryptProtocol.uni and b/CryptoPkg/Library/BaseCryptLibRuntimeCryptProtocol/BaseCryptLibRuntimeCryptProtocol.uni differ diff --git a/CryptoPkg/Library/IntrinsicLib/BaseIntrinsicLib.uni b/CryptoPkg/Library/IntrinsicLib/BaseIntrinsicLib.uni index c1a9ab31b2..7435d1251b 100644 Binary files a/CryptoPkg/Library/IntrinsicLib/BaseIntrinsicLib.uni and b/CryptoPkg/Library/IntrinsicLib/BaseIntrinsicLib.uni differ diff --git a/CryptoPkg/Library/OpensslLib/OpensslLib.uni b/CryptoPkg/Library/OpensslLib/OpensslLib.uni index b9bb36d602..86412d878d 100644 Binary files a/CryptoPkg/Library/OpensslLib/OpensslLib.uni and b/CryptoPkg/Library/OpensslLib/OpensslLib.uni differ