Revision a75d8bebd24f1a0f5560131a2c9c49b65a8a4e94 authored by Bodo Möller on 08 March 2001, 19:13:24 UTC, committed by Bodo Möller on 08 March 2001, 19:13:24 UTC
because an incompletely initialized ASN1_INTEGER was used.
1 parent b72ff47
c_hash
#!/bin/sh
# print out the hash values
#
for i in $*
do
h=`openssl x509 -hash -noout -in $i`
echo "$h.0 => $i"
done

Computing file changes ...