Sophie

Sophie

distrib > CentOS > 5 > i386 > by-pkgid > d0922ab94cb37d2c1502b36d6d2a2924 > files > 11

openssl-0.9.8e-39.el5_11.i386.rpm

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

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