blockcheck: translate more SSL error codes

This commit is contained in:
bol-van 2021-12-25 12:41:57 +03:00
parent b9e46f4b2d
commit 709b93a008

View File

@ -225,6 +225,10 @@ curl_translate_code()
;;
27) $ECHON ": out of memory"
;;
28) $ECHON ": operation timed out"
;;
35) $ECHON ": SSL connect error"
;;
esac
}
curl_supports_tls13()