Skip to content

Commit

Permalink
fix: remove old version of msys-crypto (#189)
Browse files Browse the repository at this point in the history
Issue #, if available:

*Description of changes:*
- Remove old version of msys-crypto
- Accidentally added because I looked at the DLLs required for an older
version of `ssh-keygen.exe`, newer versions don't need this file

*Testing done:*
- Tested on my windows machine

- [x] I've reviewed the guidance in CONTRIBUTING.md

#### License Acceptance

By submitting this pull request, I confirm that my contribution is made
under the terms of the Apache 2.0 license.

Signed-off-by: Justin Alvarez <[email protected]>
Signed-off-by: Vishwas Siravara <[email protected]>
  • Loading branch information
pendo324 authored and vsiravar committed Oct 17, 2023
1 parent 126c1ba commit 3090054
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -171,8 +171,6 @@ $(LIMA_OUTDIR)/bin/ssh.exe:

# Required by ssh.exe, from https://packages.msys2.org/package/libopenssl?repo=msys&variant=x86_64
cp $(WINGIT_TEMP_DIR)/usr/bin/msys-crypto-3.dll $(LIMA_OUTDIR)/bin/
# Required by ssh-keygen.exe, from https://packages.msys2.org/package/libopenssl?repo=msys&variant=x86_64
cp $(WINGIT_TEMP_DIR)/usr/bin/msys-crypto-1.1.dll $(LIMA_OUTDIR)/bin/
# Required by ssh.exe, from https://packages.msys2.org/package/zlib-devel?repo=msys&variant=x86_64
cp $(WINGIT_TEMP_DIR)/usr/bin/msys-z.dll $(LIMA_OUTDIR)/bin/
# Required by ssh.exe, from https://packages.msys2.org/package/libcrypt?repo=msys&variant=x86_64
Expand Down

0 comments on commit 3090054

Please sign in to comment.