Sophie

Sophie

distrib > Mageia > 6 > x86_64 > media > core-updates > by-pkgid > c4b348df64a46d6f689b1acef420ea6f > files > 10

openssl-1.0.2n-1.mga6.x86_64.rpm

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

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