Skip to content

Commit

Permalink
Openssl submodule in EDK2 is tracking wrong branch (sigh, c'mon, Inte…
Browse files Browse the repository at this point in the history
…l). Cryptest is gone.
  • Loading branch information
ionescu007 committed Apr 3, 2018
1 parent dcf716c commit 11f5dc7
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 86 deletions.
4 changes: 4 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
[submodule "edk2"]
path = edk2
url = https://github.com/ionescu007/edk2.git
[submodule "openssl"]
path = openssl
url = https://github.com/openssl/openssl
branch = OpenSSL_1_1_0-stable
4 changes: 0 additions & 4 deletions EDK-II/OpensslLib/OpensslLib.vcxproj.user

This file was deleted.

1 change: 1 addition & 0 deletions openssl
Submodule openssl added at 45ae18
39 changes: 0 additions & 39 deletions samples/Cryptest/Cryptest.vcxproj

This file was deleted.

38 changes: 0 additions & 38 deletions samples/Cryptest/VsGlue.c

This file was deleted.

6 changes: 1 addition & 5 deletions samples/samples.sln
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.24720.0
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "UefiApplication", "UefiApplication\UefiApplication.vcxproj", "{79D78FD5-8F41-442F-944E-81774DC9DF39}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "UefiDriver", "UefiDriver\UefiDriver.vcxproj", "{DF325AB7-67A6-473E-93FF-16955AFBC063}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "FtdiUsbSerialDxe", "FtdiUsbSerialDxe\FtdiUsbSerialDxe.vcxproj", "{DF325AB7-67A6-473E-93FF-16955AFBC064}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Cryptest", "Cryptest\Cryptest.vcxproj", "{A2130067-15EA-4909-95E5-48CA36213CC4}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Release|x64 = Release|x64
Expand All @@ -22,8 +20,6 @@ Global
{DF325AB7-67A6-473E-93FF-16955AFBC063}.Release|x64.Build.0 = Release|x64
{DF325AB7-67A6-473E-93FF-16955AFBC064}.Release|x64.ActiveCfg = Release|x64
{DF325AB7-67A6-473E-93FF-16955AFBC064}.Release|x64.Build.0 = Release|x64
{A2130067-15EA-4909-95E5-48CA36213CC4}.Release|x64.ActiveCfg = Release|x64
{A2130067-15EA-4909-95E5-48CA36213CC4}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down

0 comments on commit 11f5dc7

Please sign in to comment.