Skip to content

Commit

Permalink
Fix omnibus-test md5
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Powell <thomas.powell@progress.com>
  • Loading branch information
tpowell-progress committed May 16, 2024
1 parent 7387704 commit 822816a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions omnibus-test.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,7 @@ If ($env:OMNIBUS_FIPS_MODE -eq $true) {
Write-Host ":closed_lock_with_key: Validating FIPS"

Start-Process -NoNewWindow -Wait "$embedded_bin_dir\openssl.exe" -ArgumentList "md5" -RedirectStandardInput ".\LICENSE" -PassThru
If ($lastexitcode -eq 0) {

If ($lastexitcode -ne 0) {
$fips_errors += "FIPS validation failed--md5 should not be available in FIPS mode"
}

Expand Down

0 comments on commit 822816a

Please sign in to comment.