Remove remaining strongname validation on Windows
authorJan Kotas <jkotas@microsoft.com>
Sun, 13 Mar 2016 19:09:22 +0000 (12:09 -0700)
committerJan Kotas <jkotas@microsoft.com>
Sun, 13 Mar 2016 19:09:22 +0000 (12:09 -0700)
commit787f8a8e02933b815389731d6d3a073a6c149758
tree2e1f1ab846d1e54b6f60b231240318464bdbc540
parenteda35f7f7385af1c95994257425feb2ed036a865
Remove remaining strongname validation on Windows

CodeCLR always skips strongname validation. Some code for strong name validation was still compiled for Windows, but not for Unix. This change removes the differences between Windows and Unix by never compiling the strong name validation code in.

Commit migrated from https://github.com/dotnet/coreclr/commit/e73cc0e8b8d04eaa6f49fdd97fdb89f079fb0d07
src/coreclr/src/strongname/api/strongname.cpp
src/coreclr/src/vm/pefile.cpp
src/coreclr/src/vm/peimage.inl