Skip to content

Commit

Permalink
Notice for SSLv3
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonacox committed Mar 30, 2024
1 parent e0d4c4c commit 2da2146
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 "";;
Expand Down

0 comments on commit 2da2146

Please sign in to comment.