Skip to content

Commit

Permalink
Add support for libssh ≥ 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fmang authored and fwininger committed Jun 2, 2023
1 parent b908b63 commit 650f01c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ext/libssh_ruby/extconf.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
unless have_library('ssh')
abort 'Cannot find libssh'
end
unless have_library('ssh_threads')
abort 'Cannot find libssh_threads'
end

# libssh 0.8 has merged libssh_threads into libssh, so it’s not required.
have_library('ssh_threads')

have_const('SSH_KEYTYPE_ED25519', 'libssh/libssh.h')

Expand Down

0 comments on commit 650f01c

Please sign in to comment.