Sophie

Sophie

distrib > CentOS > 5 > x86_64 > by-pkgid > 6e198f4c4c8bd13568fbe289b1dcc1a3 > files > 11

openssl-0.9.8e-27.el5_10.4.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