Skip to content

Commit

Permalink
Merge pull request #334 from yodaldevoid/libssh2-1.11.1-upgrade
Browse files Browse the repository at this point in the history
Update libssh2 submodule to version 1.11.1
  • Loading branch information
yodaldevoid authored Nov 5, 2024
2 parents 19c48dd + 673f77a commit fb525ed
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions .mailmap
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<[email protected]> <[email protected]>
3 changes: 3 additions & 0 deletions libssh2-sys/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,9 @@ fn main() {
cfg.file("libssh2/src/agent.c")
.file("libssh2/src/bcrypt_pbkdf.c")
.file("libssh2/src/blowfish.c")
.file("libssh2/src/chacha.c")
.file("libssh2/src/channel.c")
.file("libssh2/src/cipher-chachapoly.c")
.file("libssh2/src/comp.c")
.file("libssh2/src/crypt.c")
.file("libssh2/src/crypto.c")
Expand All @@ -79,6 +81,7 @@ fn main() {
.file("libssh2/src/misc.c")
.file("libssh2/src/packet.c")
.file("libssh2/src/pem.c")
.file("libssh2/src/poly1305.c")
.file("libssh2/src/publickey.c")
.file("libssh2/src/scp.c")
.file("libssh2/src/session.c")
Expand Down
2 changes: 1 addition & 1 deletion libssh2-sys/libssh2
Submodule libssh2 updated 417 files

0 comments on commit fb525ed

Please sign in to comment.