Sophie

Sophie

distrib > Mageia > 3 > i586 > by-pkgid > 2887278431491fa7e21f9ad3d8f456f1 > files > 11

openssl-1.0.1e-1.3.mga3.i586.rpm

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

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