Просмотр исходного кода

Add libopenssl-legacy to fix chipher failure on openwrt 23 with openssl 3.0

Yonsm 2 лет назад
Родитель
Сommit
63de76b1cd
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      shadowsocksr-libev/Makefile

+ 1 - 1
shadowsocksr-libev/Makefile

@@ -34,7 +34,7 @@ define Package/shadowsocksr-libev/Default
     SUBMENU:=Web Servers/Proxies
     SUBMENU:=Web Servers/Proxies
     TITLE:=shadowsocksr-libev ssr-$(1)
     TITLE:=shadowsocksr-libev ssr-$(1)
     URL:=https://github.com/shadowsocksrr/shadowsocksr-libev
     URL:=https://github.com/shadowsocksrr/shadowsocksr-libev
-    DEPENDS:=+libev +libsodium +libopenssl +libpthread +libpcre +libudns +zlib
+    DEPENDS:=+libev +libsodium +libopenssl +libpthread +libpcre +libudns +zlib +libopenssl-legacy
   endef
   endef
 
 
   define Package/shadowsocksr-libev-ssr-$(1)/install
   define Package/shadowsocksr-libev-ssr-$(1)/install