diff --git a/omnibus-test.sh b/omnibus-test.sh index aee4297..b9212ab 100755 --- a/omnibus-test.sh +++ b/omnibus-test.sh @@ -55,7 +55,7 @@ then echo "FIPS is enabled, checking FIPS mode functionality" echo ":closed_lock_with_key: Checking FIPS mode" export OPENSSL_FIPS=1 - openssl md5 < ./LICENSE + "$EMBEDDED_BIN_DIR/openssl" md5 < ./LICENSE if [ $? -eq 0 ] then echo "FIPS validation failed--md5 should not be available in FIPS mode"