Revision 17d45dec4dfadf30ba1de622b929751a3887ff08 authored by Richard Levitte on 14 June 2014, 13:13:44 UTC, committed by Richard Levitte on 15 October 2014, 08:47:12 UTC
Reviewed-by: Tim Hudson <tjh@openssl.org>
1 parent 6bfe553
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 ...