diff options
author | davidovski <david@davidovski.xyz> | 2022-02-23 16:55:01 +0000 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-02-23 16:55:01 +0000 |
commit | 26477da178fa7c84edff5fd9d3c8ef28c0c3ad7d (patch) | |
tree | dabc890da7d87ca5b0c5a350a117d1c2543ceb25 /repo/system/libssh2.xibuild | |
parent | 71e3c6e4bed81abbc2856c278bd5d929cfd61224 (diff) |
replaced openssl with libressl
Diffstat (limited to 'repo/system/libssh2.xibuild')
-rw-r--r-- | repo/system/libssh2.xibuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/repo/system/libssh2.xibuild b/repo/system/libssh2.xibuild index ebf8cdf..3547aa2 100644 --- a/repo/system/libssh2.xibuild +++ b/repo/system/libssh2.xibuild @@ -1,7 +1,7 @@ #!/bin/sh MAKEDEPS="make" -DEPS="openssl openssh libgcrypt zlib" +DEPS="libressl openssh libgcrypt zlib" PKG_VER=1.10.0 SOURCE=https://www.libssh2.org/download/libssh2-$PKG_VER.tar.gz |