File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1785,7 +1785,7 @@ filter_input() {
17851785
17861786# Dl any URL (arg1) via HTTP 1.1 GET from port 80 or 443 (curl/wget). arg2: file to store http body.
17871787# Proxy is not honored yet (see cmd line switches) -- except when using curl or wget.
1788- # The PROXY environment variable is used when specifiied
1788+ # The PROXY environment variable is used when specified
17891789# Currently this is being used by check_revocation_crl() only.
17901790#
17911791http_get() {
@@ -19947,7 +19947,7 @@ run_starttls_injection() {
1994719947 $SOCAT FD:5 UNIX-LISTEN:$uds 2>/dev/null &
1994819948 socat_pid=$!
1994919949
19950- if "$HAS_DS "; then
19950+ if "$HAS_UDS "; then
1995119951 openssl_bin="$OPENSSL"
1995219952 elif "$HAS2_UDS"; then
1995319953 openssl_bin="$OPENSSL2"
You can’t perform that action at this time.
0 commit comments