Browse Source

libssh: added openssl 1.1 compatibility

This patch was backported from upstream master branch.

Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
lilik-openwrt-22.03
Eneas U de Queiroz 7 years ago
parent
commit
b96a1f3ea6
2 changed files with 1160 additions and 1 deletions
  1. +1
    -1
      libs/libssh/Makefile
  2. +1159
    -0
      libs/libssh/patches/005-openssl-1.1.patch

+ 1
- 1
libs/libssh/Makefile View File

@ -12,7 +12,7 @@ PKG_MAINTAINER:=Mislav Novakovic <mislav.novakovic@sartura.hr>
PKG_NAME:=libssh
PKG_VERSION:=0.7.5
PKG_RELEASE:=1
PKG_RELEASE:=2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=https://red.libssh.org/attachments/download/218/


+ 1159
- 0
libs/libssh/patches/005-openssl-1.1.patch
File diff suppressed because it is too large
View File


Loading…
Cancel
Save