From b8a9af68819f1cc51155cdeabe8bbf8242e8b3ee Mon Sep 17 00:00:00 2001 From: Rich Salz Date: Fri, 20 May 2016 16:16:07 -0400 Subject: Remove/rename some old files. Reviewed-by: Richard Levitte --- tools/c_hash | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 tools/c_hash (limited to 'tools/c_hash') 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 -- cgit v1.2.3