Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > 7d2471b944965dcbe5e2e6d47a74fdd6 > files > 12

openssl-1.0.0j-1.fc15.i686.rpm

#!/bin/sh
# print out the hash values 
#

for i in $*
do
	h=`openssl x509 -hash -noout -in $i`
	echo "$h.0 => $i"
done