Skip to content

Commit

Permalink
prefix match_hostname and match_pattern_list
Browse files Browse the repository at this point in the history
  • Loading branch information
yury committed May 18, 2021
1 parent e87faa7 commit 165cc10
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Sources/openssh-apple/main.swift
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ try sh("LC_CTYPE=C find ./openssh-portable -type f -exec sed -i '' -e 's/__progn
try sh("cp -f readpass.c sshkey.h authfd.h log.c ssh-sk-helper.c misc.c openssh-portable/")
try sh("LC_CTYPE=C find ./openssh-portable -type f -exec sed -i '' -e 's/ssh_init(/openssh_init(/' {} \\;")
try sh("LC_CTYPE=C find ./openssh-portable -type f -exec sed -i '' -e 's/ssh_free(/openssh_free(/' {} \\;")
try sh("LC_CTYPE=C find ./openssh-portable -type f -exec sed -i '' -e 's/match_pattern_list(/openssh_match_pattern_list(/' {} \\;")
try sh("LC_CTYPE=C find ./openssh-portable -type f -exec sed -i '' -e 's/match_hostname(/openssh_match_hostname(/' {} \\;")

try download(url: Config.opensslLibsURL)
try? sh("rm -rf openssl")
Expand Down

0 comments on commit 165cc10

Please sign in to comment.