Remove System.Security.Cryptography.Native from coreclr build
authorNick Guerrera <nicholg@microsoft.com>
Wed, 22 Jul 2015 19:20:54 +0000 (12:20 -0700)
committerNick Guerrera <nicholg@microsoft.com>
Wed, 22 Jul 2015 19:20:54 +0000 (12:20 -0700)
commite8d3ca16f2102ea06a58f4226fb3b2375e5d4bb4
tree706c96a2ba1113031b786105ba94b3804925cd37
parentd7aff0c9c00d3595fb3d437fd6171dd4ee187a3d
Remove System.Security.Cryptography.Native from coreclr build

This library now builds in corefx. The coreclr/src/corefx folder
is left behind with an empty project list to leave room for
Sytem.Globalization.Native which will need to stay in coreclr
due to being depended upon by mscorlib.
src/corefx/CMakeLists.txt
src/corefx/System.Security.Cryptography.Native/CMakeLists.txt [deleted file]
src/corefx/System.Security.Cryptography.Native/openssl.c [deleted file]