Revision cd7c7fc20b9feeb900632389401f514ac6b82f16 authored by Matt Caswell on 10 September 2019, 13:36:07 UTC, committed by Matt Caswell on 10 September 2019, 13:36:07 UTC
Reviewed-by: Richard Levitte <levitte@openssl.org>
1 parent c98ce13
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 ...