Revision 24fadf2a20f50d5623f61f2cc08f95c22b5ba75c authored by Dr. Stephen Henson on 03 January 2012, 19:43:06 UTC, committed by Dr. Stephen Henson on 03 January 2012, 19:43:06 UTC
1 parent 409abd2
c_hash
#!/bin/sh
# print out the hash values
#
for i in $*
do
h=`openssl x509 -hash -noout -in $i`
echo "$h.0 => $i"
done

Computing file changes ...