diff --git a/util/checkhash.pl b/util/checkhash.pl index 3efc0f2d9..2b8df9026 100644 --- a/util/checkhash.pl +++ b/util/checkhash.pl @@ -206,6 +206,8 @@ sub check_hashes print "FIPS hash check successful\n"; } + return 0; + }