Skip to content

Commit

Permalink
use the embedded/bin openssl for ciphers
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Powell <[email protected]>
  • Loading branch information
tpowell-progress committed Apr 23, 2024
1 parent 4b5eb5a commit 52ea12f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion omnibus-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 52ea12f

Please sign in to comment.