summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2005-04-17 22:21:10 +0000
committerDr. Stephen Henson <steve@openssl.org>2005-04-17 22:21:10 +0000
commitf1429a972f7034a51c3ab16c9663f1d2022dfaf3 (patch)
tree4d7610c41155a8c22182e8b5772201c342426b32 /util
parent45bc841b2251fc8bd9ad3ab9650711f6d039a784 (diff)
Return 0 for successful hash check.
Diffstat (limited to 'util')
-rw-r--r--util/checkhash.pl2
1 files changed, 2 insertions, 0 deletions
diff --git a/util/checkhash.pl b/util/checkhash.pl
index 3efc0f2d90..2b8df90263 100644
--- a/util/checkhash.pl
+++ b/util/checkhash.pl
@@ -206,6 +206,8 @@ sub check_hashes
print "FIPS hash check successful\n";
}
+ return 0;
+
}