mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-30 18:57:27 +02:00
[scripts/ocsp.test] Remove ${SCRIPT_DIR} from the pathname to ca-google-root.pem.
This commit is contained in:
@ -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?
|
||||||
|
Reference in New Issue
Block a user