We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0d4c4c commit 2da2146Copy full SHA for 2da2146
build.sh
@@ -125,7 +125,7 @@ while getopts "o:c:n:u:s:t:i:a:debm3xh\?" o; do
125
;;
126
3)
127
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."
+ echo "If you proceed, builds may fail as SSLv3 is no longer supported by curl."
129
read -p "Do you want to continue (y/N)? " choice
130
case "$choice" in
131
y|Y ) echo "Continuing with SSLv3 build"; echo "";;
0 commit comments