From 52261db09ef9dbf5abc95baed22722c5c332f9f7 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Tue, 20 Jun 2006 17:33:26 +0000 Subject: Pulling OpenSSL 0.9.8b into trunk svn path=/openssl/trunk; revision=3 --- openssl/trunk/tools/c_hash | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 openssl/trunk/tools/c_hash (limited to 'openssl/trunk/tools/c_hash') diff --git a/openssl/trunk/tools/c_hash b/openssl/trunk/tools/c_hash new file mode 100644 index 00000000..5e0a9081 --- /dev/null +++ b/openssl/trunk/tools/c_hash @@ -0,0 +1,9 @@ +#!/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