Skip to content

Commit 2da2146

Browse files
committed
Notice for SSLv3
1 parent e0d4c4c commit 2da2146

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ while getopts "o:c:n:u:s:t:i:a:debm3xh\?" o; do
125125
;;
126126
3)
127127
echo "WARNING: SSLv3 is requested. SSLv3 is not secure and has been deprecated."
128-
echo "If you proceed, builds may fail as SSLv3 is not supported by recent curl version."
128+
echo "If you proceed, builds may fail as SSLv3 is no longer supported by curl."
129129
read -p "Do you want to continue (y/N)? " choice
130130
case "$choice" in
131131
y|Y ) echo "Continuing with SSLv3 build"; echo "";;

0 commit comments

Comments
 (0)