summaryrefslogtreecommitdiffstats
path: root/tools/c_hash
diff options
context:
space:
mode:
authorRich Salz <rsalz@openssl.org>2016-05-20 16:16:07 -0400
committerRich Salz <rsalz@openssl.org>2016-06-01 11:29:57 -0400
commitb8a9af68819f1cc51155cdeabe8bbf8242e8b3ee (patch)
tree15f0024f3772763a4d8d0789b1464f9666460864 /tools/c_hash
parent44c8a5e2b9af8909844cc002c53049311634b314 (diff)
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