Skip to content

Commit 7546a25

Browse files
zjin1126wez
authored andcommitted
bump libssh to v0.10.5
1 parent 74d845c commit 7546a25

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[submodule "libssh-rs-sys/vendored"]
22
path = libssh-rs-sys/vendored
3-
url = https://gitlab.com/wez1/libssh-mirror.git
3+
url = https://gitlab.com/libssh/libssh-mirror.git

libssh-rs-sys/build.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,7 @@ fn main() {
193193
"external/poly1305.c",
194194
"external/sc25519.c",
195195
"getpass.c",
196+
"getrandom_crypto.c",
196197
"gzip.c",
197198
"init.c",
198199
"kdf.c",
@@ -203,6 +204,7 @@ fn main() {
203204
"libcrypto.c",
204205
"log.c",
205206
"match.c",
207+
"md_crypto.c",
206208
"messages.c",
207209
"misc.c",
208210
"options.c",
@@ -216,9 +218,9 @@ fn main() {
216218
"pki_ed25519.c",
217219
"pki_ed25519_common.c",
218220
"poll.c",
219-
"sftp.c",
220221
"scp.c",
221222
"session.c",
223+
"sftp.c",
222224
"socket.c",
223225
"string.c",
224226
"threads.c",

libssh-rs-sys/vendored

Submodule vendored updated from 56e1b0a to 479eca1

0 commit comments

Comments
 (0)