summaryrefslogtreecommitdiff
path: root/deps/openssl/openssl/tools/c_hash
diff options
context:
space:
mode:
Diffstat (limited to 'deps/openssl/openssl/tools/c_hash')
-rw-r--r--deps/openssl/openssl/tools/c_hash9
1 files changed, 0 insertions, 9 deletions
diff --git a/deps/openssl/openssl/tools/c_hash b/deps/openssl/openssl/tools/c_hash
deleted file mode 100644
index 5e0a908175..0000000000
--- a/deps/openssl/openssl/tools/c_hash
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/bin/sh
-# print out the hash values
-#
-
-for i in $*
-do
- h=`openssl x509 -hash -noout -in $i`
- echo "$h.0 => $i"
-done