Skip to content

Commit 891836d

Browse files
committed
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.
1 parent 9c645a2 commit 891836d

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

contrib/win32/openssh/ssh-keysign.vcxproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,6 @@
178178
<ItemGroup>
179179
<ClCompile Include="$(OpenSSH-Src-Path)readconf.c" />
180180
<ClCompile Include="$(OpenSSH-Src-Path)roaming_dummy.c" />
181-
<ClCompile Include="$(OpenSSH-Src-Path)ssh-keygen.c" />
182181
<ClCompile Include="$(OpenSSH-Src-Path)ssh-keysign.c" />
183182
</ItemGroup>
184183
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />

contrib/win32/openssh/ssh-keysign.vcxproj.filters

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,6 @@
2121
<ClCompile Include="$(OpenSSH-Src-Path)roaming_dummy.c">
2222
<Filter>Source Files</Filter>
2323
</ClCompile>
24-
<ClCompile Include="$(OpenSSH-Src-Path)ssh-keygen.c">
25-
<Filter>Source Files</Filter>
26-
</ClCompile>
2724
<ClCompile Include="$(OpenSSH-Src-Path)ssh-keysign.c">
2825
<Filter>Source Files</Filter>
2926
</ClCompile>

0 commit comments

Comments
 (0)