mirror of https://github.com/wolfSSL/wolfssl.git
[scripts/ocsp.test] Remove ${SCRIPT_DIR} from the pathname to ca-google-root.pem.
parent
4d837e74c4
commit
2fa0da74e4
|
@ -50,7 +50,7 @@ else
|
||||||
fi
|
fi
|
||||||
|
|
||||||
server=www.google.com
|
server=www.google.com
|
||||||
ca=${SCRIPT_DIR}/../certs/external/ca-google-root.pem
|
ca=certs/external/ca-google-root.pem
|
||||||
|
|
||||||
if [ "$AM_BWRAPPED" != "yes" ]; then
|
if [ "$AM_BWRAPPED" != "yes" ]; then
|
||||||
# is our desired server there?
|
# is our desired server there?
|
||||||
|
|
Loading…
Reference in New Issue