Remove ssh-keygen from ssh-keysign project

ssh-keygen isn't needed by ssh-keysign and ssh-keygen.c and
ssh-keysign.c both have main.
This commit is contained in:
dkulwin 2015-11-06 18:24:53 -06:00
parent 9c645a210f
commit 891836d333
2 changed files with 0 additions and 4 deletions

View File

@ -178,7 +178,6 @@
<ItemGroup> <ItemGroup>
<ClCompile Include="$(OpenSSH-Src-Path)readconf.c" /> <ClCompile Include="$(OpenSSH-Src-Path)readconf.c" />
<ClCompile Include="$(OpenSSH-Src-Path)roaming_dummy.c" /> <ClCompile Include="$(OpenSSH-Src-Path)roaming_dummy.c" />
<ClCompile Include="$(OpenSSH-Src-Path)ssh-keygen.c" />
<ClCompile Include="$(OpenSSH-Src-Path)ssh-keysign.c" /> <ClCompile Include="$(OpenSSH-Src-Path)ssh-keysign.c" />
</ItemGroup> </ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />

View File

@ -21,9 +21,6 @@
<ClCompile Include="$(OpenSSH-Src-Path)roaming_dummy.c"> <ClCompile Include="$(OpenSSH-Src-Path)roaming_dummy.c">
<Filter>Source Files</Filter> <Filter>Source Files</Filter>
</ClCompile> </ClCompile>
<ClCompile Include="$(OpenSSH-Src-Path)ssh-keygen.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="$(OpenSSH-Src-Path)ssh-keysign.c"> <ClCompile Include="$(OpenSSH-Src-Path)ssh-keysign.c">
<Filter>Source Files</Filter> <Filter>Source Files</Filter>
</ClCompile> </ClCompile>