summaryrefslogtreecommitdiffstats
path: root/tools/c_hash
diff options
context:
space:
mode:
authorRich Salz <rsalz@openssl.org>2016-05-20 22:16:07 +0200
committerRich Salz <rsalz@openssl.org>2016-06-01 17:29:57 +0200
commitb8a9af68819f1cc51155cdeabe8bbf8242e8b3ee (patch)
tree15f0024f3772763a4d8d0789b1464f9666460864 /tools/c_hash
parentAdd final(?) set of copyrights. (diff)
downloadopenssl-b8a9af68819f1cc51155cdeabe8bbf8242e8b3ee.tar.xz
openssl-b8a9af68819f1cc51155cdeabe8bbf8242e8b3ee.zip
Remove/rename some old files.
Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'tools/c_hash')
-rw-r--r--tools/c_hash9
1 files changed, 0 insertions, 9 deletions
diff --git a/tools/c_hash b/tools/c_hash
deleted file mode 100644
index 5e0a908175..0000000000
--- a/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