From dc6b1b5de3367b8bcb2f033bad4191bdbad53cc9 Mon Sep 17 00:00:00 2001 From: Richard T Bonhomme Date: Fri, 25 Aug 2023 15:57:19 +0100 Subject: [PATCH] Windows unit test: Update EasyRSA to v3.1.6 Signed-off-by: Richard T Bonhomme --- dev/easytls-op-test.bat | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/dev/easytls-op-test.bat b/dev/easytls-op-test.bat index f592a2d..c99547d 100644 --- a/dev/easytls-op-test.bat +++ b/dev/easytls-op-test.bat @@ -50,20 +50,20 @@ dir cd .. if %PROCESSOR_ARCHITECTURE% == x86 ( - curl -LO https://github.com/OpenVPN/easy-rsa/releases/download/v3.0.8/EasyRSA-3.0.8-win32.zip - 7z e -aoa EasyRSA-3.0.8-win32.zip + curl -LO https://github.com/OpenVPN/easy-rsa/releases/download/v3.1.6/EasyRSA-3.1.6-win32.zip + 7z e -aoa EasyRSA-3.1.6-win32.zip REM ping -n 10 127.0.0.1 curl -LO https://github.com/TinCanTech/Prebuilt-Openvpn/raw/master/wovpn/wovpn32b.zip 7z e -aoa wovpn32b.zip ) ELSE ( - curl -LO https://github.com/OpenVPN/easy-rsa/releases/download/v3.0.8/EasyRSA-3.0.8-win64.zip - 7z e -aoa EasyRSA-3.0.8-win64.zip + curl -LO https://github.com/OpenVPN/easy-rsa/releases/download/v3.1.6/EasyRSA-3.1.6-win64.zip + 7z e -aoa EasyRSA-3.1.6-win64.zip REM ping -n 10 127.0.0.1 curl -LO https://github.com/TinCanTech/Prebuilt-Openvpn/raw/master/wovpn/wovpn64b.zip 7z e -aoa wovpn64b.zip ) -curl -LO https://raw.githubusercontent.com/TinCanTech/easyrsa-plus/master/easyrsa3/easyrsa +#curl -LO https://raw.githubusercontent.com/TinCanTech/easyrsa-plus/master/easyrsa3/easyrsa SET PATH=%PATH%;.\ SET HOME=%PATH%