mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-30 02:37:28 +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
|
||||
|
||||
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
|
||||
# is our desired server there?
|
||||
|
Reference in New Issue
Block a user