diff options
author | Rich Salz <rsalz@openssl.org> | 2016-05-20 22:16:07 +0200 |
---|---|---|
committer | Rich Salz <rsalz@openssl.org> | 2016-06-01 17:29:57 +0200 |
commit | b8a9af68819f1cc51155cdeabe8bbf8242e8b3ee (patch) | |
tree | 15f0024f3772763a4d8d0789b1464f9666460864 /tools/c_hash | |
parent | Add final(?) set of copyrights. (diff) | |
download | openssl-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_hash | 9 |
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 |