Revision dfeab0689f69c0b4bd3480ffd37a9cacc2f17d9c authored by Ralf S. Engelschall on 21 December 1998, 11:00:56 UTC, committed by Ralf S. Engelschall on 21 December 1998, 11:00:56 UTC
1 parent 58964a4
c_hash
#!/bin/sh
# print out the hash values
#
for i in $*
do
h=`ssleay x509 -hash -noout -in $i`
echo "$h.0 => $i"
done

Computing file changes ...