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 9e4a4b6 commit 4b5eb5a
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 @@ -48,7 +48,7 @@ echo ":lock: Checking OpenSSL version"
"$EMBEDDED_BIN_DIR/openssl" version # ensure openssl command works

echo "Validating that OpenSSL does not error with SHA3"
openssl sha3-512 < ./LICENSE
"$EMBEDDED_BIN_DIR/openssl" sha3-512 < ./LICENSE

if [ "$OMNIBUS_FIPS_MODE" = "true" ]
then
Expand Down

0 comments on commit 4b5eb5a

Please sign in to comment.