Revision e3db68b766609ad5a3d1ab1fbf68d9286e6cf8b3 authored by Matt Caswell on 22 January 2015, 00:57:19 UTC, committed by Matt Caswell on 22 January 2015, 09:46:13 UTC
Reviewed-by: Tim Hudson <tjh@openssl.org>
1 parent c583d40
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 ...