projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
45bc841
)
Return 0 for successful hash check.
author
Dr. Stephen Henson
<steve@openssl.org>
Sun, 17 Apr 2005 22:21:10 +0000
(22:21 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Sun, 17 Apr 2005 22:21:10 +0000
(22:21 +0000)
util/checkhash.pl
patch
|
blob
|
history
diff --git
a/util/checkhash.pl
b/util/checkhash.pl
index 3efc0f2d906eee8694814389bde69515e1a71a97..2b8df9026354fb3fc9f79552377cef72e1560197 100644
(file)
--- a/
util/checkhash.pl
+++ b/
util/checkhash.pl
@@
-206,6
+206,8
@@
sub check_hashes
print "FIPS hash check successful\n";
}
+ return 0;
+
}