1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-03-09 15:40:03 +00:00

Update ShadowSocks-libev to 3.2.0

This commit is contained in:
Ycarus 2018-06-04 15:53:03 +02:00
parent 14c063c183
commit 5c05ea8061
2 changed files with 6 additions and 29 deletions

View file

@ -275,10 +275,10 @@ index dcc5fd9b..2e689b7a 100644
@@ -31,7 +31,8 @@ crypto_src = crypto.c \
aead.c \
stream.c \
ppbloom.c \
ppbloom.c \
- base64.c
+ base64.c \
+ nocrypto.c
+ noencrypt.c
plugin_src = plugin.c
@ -504,29 +504,6 @@ index 38057da7..206c18de 100644
+#endif //_NOENCRYPT_H
\ No newline at end of file
From bc2e77324ab6e13179c89f59ea270cf7f85a60c5 Mon Sep 17 00:00:00 2001
From: Fejes Ferenc <spyff@mailbox.hu>
Date: Mon, 31 Jul 2017 12:48:26 +0200
Subject: [PATCH 07/17] fixes
---
src/Makefile.am | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/Makefile.am b/src/Makefile.am
index 2e689b7a..90e2d598 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -32,7 +32,7 @@ crypto_src = crypto.c \
stream.c \
ppbloom.c \
base64.c \
- nocrypto.c
+ noencrypt.c
plugin_src = plugin.c
From 07607127317804319b0cb358080516ee99cf30e0 Mon Sep 17 00:00:00 2001
From: Fejes Ferenc <spyff@mailbox.hu>
Date: Mon, 31 Jul 2017 12:57:46 +0200