summaryrefslogtreecommitdiffstats
path: root/tools/c_hash
diff options
context:
space:
mode:
Diffstat (limited to 'tools/c_hash')
-rw-r--r--tools/c_hash2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/c_hash b/tools/c_hash
index 54ff9d2cac..5e0a908175 100644
--- a/tools/c_hash
+++ b/tools/c_hash
@@ -4,6 +4,6 @@
for i in $*
do
- h=`ssleay x509 -hash -noout -in $i`
+ h=`openssl x509 -hash -noout -in $i`
echo "$h.0 => $i"
done