Skip to content

Commit 712e8ab

Browse files
committed
Build libssh2 without ARC4
1 parent f7bb4d3 commit 712e8ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/libssh2.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
repository: libssh2/libssh2
6767
ref: libssh2-${{ matrix.ref }}
6868
path: libssh2
69-
configure: --with-crypto=wolfssl --with-libwolfssl-prefix=$GITHUB_WORKSPACE/build-dir
69+
configure: --with-crypto=wolfssl --disable-deprecated --with-libwolfssl-prefix=$GITHUB_WORKSPACE/build-dir
7070
check: true
7171

7272
- name: Confirm libssh2 built with wolfSSL

0 commit comments

Comments
 (0)