From 773d97a62d4127e57bfe454e9703ea38ccf84f88 Mon Sep 17 00:00:00 2001 From: Teddysun Date: Fri, 5 Aug 2016 00:41:50 +0900 Subject: [PATCH] update libreswan version --- l2tp.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/l2tp.sh b/l2tp.sh index 6610742..9c5894f 100644 --- a/l2tp.sh +++ b/l2tp.sh @@ -10,7 +10,7 @@ export PATH cur_dir=`pwd` libevent2_src_filename="libevent-2.0.22-stable" -libreswan_filename="libreswan-3.17" +libreswan_filename="libreswan-3.18" rootness(){ if [[ $EUID -ne 0 ]]; then