START	lib/libcrypto/ocsp	2024-06-25T05:43:24Z

==== run-domain-www.amazon.com ====
cc -O2 -pipe  -DLIBRESSL_INTERNAL -Wall -Wundef -Werror -Wall -Wpointer-arith -Wuninitialized -Wstrict-prototypes -Wmissing-prototypes -Wunused -Wsign-compare -Wshadow  -MD -MP  -c ocsp_test.c
cc  -lcrypto -lssl  -o ocsp_test ocsp_test.o -lcrypto -lssl
if ping -n -c 1 -w 1 www.amazon.com; then  ./ocsp_test www.amazon.com 443; else  echo server www.amazon.com not reachable; echo SKIPPED; fi
ping: no address associated with name
server www.amazon.com not reachable
SKIPPED

==== run-domain-www.cloudflare.com ====
if ping -n -c 1 -w 1 www.cloudflare.com; then  ./ocsp_test www.cloudflare.com 443; else  echo server www.cloudflare.com not reachable; echo SKIPPED; fi
ping: no address associated with name
server www.cloudflare.com not reachable
SKIPPED

SKIP	lib/libcrypto/ocsp	Test skipped itself