From 2da2146eb8a074888d0cc1ee9daf87f2fae02b02 Mon Sep 17 00:00:00 2001 From: Jason Cox Date: Sat, 30 Mar 2024 11:27:37 -0700 Subject: [PATCH] Notice for SSLv3 --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 623b8fe..349f97e 100755 --- a/build.sh +++ b/build.sh @@ -125,7 +125,7 @@ while getopts "o:c:n:u:s:t:i:a:debm3xh\?" o; do ;; 3) echo "WARNING: SSLv3 is requested. SSLv3 is not secure and has been deprecated." - echo "If you proceed, builds may fail as SSLv3 is not supported by recent curl version." + echo "If you proceed, builds may fail as SSLv3 is no longer supported by curl." read -p "Do you want to continue (y/N)? " choice case "$choice" in y|Y ) echo "Continuing with SSLv3 build"; echo "";;