Return 0 for successful hash check.

This commit is contained in:
Dr. Stephen Henson 2005-04-17 22:21:10 +00:00
parent 45bc841b22
commit f1429a972f

View File

@ -206,6 +206,8 @@ sub check_hashes
print "FIPS hash check successful\n";
}
return 0;
}