libreSSL/tests/ocsptest.sh
2016-07-04 23:29:39 -05:00

9 lines
141 B
Bash
Executable File

#!/bin/sh
set -e
TEST=./ocsp_test
if [ -e ./ocsp_test.exe ]; then
TEST=./ocsp_test.exe
fi
$TEST www.amazon.com 443
$TEST cloudflare.com 443